TimeInterval

TimeInterval
TimeInterval

Represents a continuous span of time defined by a required start and end timestamp.

JSON Example
{
    "start_time": 0,
    "end_time": 0
}
start_time
Required

Inclusive start of the interval, expressed as epoch time in milliseconds.

end_time
Required

Exclusive end of the interval, expressed as epoch time in milliseconds.