Skip to main content

Get all CDMs for the event

GET 

https://space-safety.starlink.com/api/v1/event/:id/cdms

Get all CDM metadata for the event. The full CDM file can be retrieved with the /cdm/{id} endpoint.

Request

Path Parameters

    id stringrequired

    event UUID

Responses

OK

Schema
    created_at date-time

    YYYY-MM-DDTHH:mm:ss[.sssss]Z

    event_id uuidrequired
    id uuidrequired
    probability_of_collision numberrequired

    Possible values: <= 1

    [0, 1] or NULL.

    tca numberrequired

    GPS time in nanoseconds. Epoch at 1980-06-01 00:00:00 UTC.

    trajectory1_id uuidrequired
    trajectory2_id uuidrequired
curl --key client.key --cert client.crt -L -X GET 'https://space-safety.starlink.com/api/v1/event/:id/cdms' \
-H 'Accept: text/plain'
Request Collapse all
Base URL
https://space-safety.starlink.com/api
Parameters
— pathrequired