A time period inside of a DataItem that has a time dimension (e.g. video).
Start of the time segment (inclusive), represented as the duration since the start of the DataItem.
A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
End of the time segment (exclusive), represented as the duration since the start of the DataItem.
A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
| JSON representation |
|---|
{ "startTimeOffset": string, "endTimeOffset": string } |