Skip to main content

Get CDMs for a conjunction event

GET 

/v1/event/:id/cdms

Get CDM metadata for a conjunction event, up to 1000 results. The full CDM file can be retrieved with the /cdm/{id} endpoint.

Request

Path Parameters

    id stringrequired

    event UUID

Responses

OK

Schema
  • Array [
  • created_at date-time

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

    event_id uuidrequired

    May be null when the CDM is not associated with an event.

    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
  • ]
Loading...