TimeInterval

A time interval in the [start, start+length) range.

JSON representation
{
  "startTime": string,
  "length": string
}
Fields
startTime

string (Timestamp format)

Time interval start.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

length

string (Duration format)

Time interval length.

A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".