Skip to main content

Get a trajectory file

GET 

/v1/trajectory/:id

Get trajectory file by ID.

By default (reference_frame=original), the file is returned in the same format as uploaded by the operator.

If reference_frame is itrf or eme2000, position/velocity and covariance are converted and the output is an OEM file. File comments, and some metadata fields, may be lost in the process.

Request​

Path Parameters

    id stringrequired

    Trajectory UUID

Query Parameters

    reference_frame string

    Possible values: [original, itrf, eme2000]

    The reference frame the file should be in. Default: original.

Responses​

OK

Schema

    string

Loading...