TimeSegment

A time period inside of a DataItem that has a time dimension (e.g. video).

Fields
startTimeOffset string (Duration format)

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".

endTimeOffset string (Duration format)

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
}