Gets all traces of the device trackingId that were recorded within the specified time range.
The range is defined with before and after parameters.
The returned traces are sorted in descending order based on their timestamps.
The default value for before parameter is the current time, and for the after parameter
it is one day in the past from the current time.
The after parameter value is not allowed to be earlier than 18 days in the past from the
before timestamp, otherwise an error is returned.
If the trackingId is substituted with a valid shipmentId, the response
contains a composition of traces of each shipment segment.
Traces are only fetched for those segments that are either in ongoing or completed state.
The outliers parameter can be used to select only traces that have
been marked as outliers (if the parameter value is true), or only traces
that have not been marked as outliers (if the parameter value is false).
If the outliers parameter is not present, all the traces will be returned.
The count and pageToken parameters are used for pagination.