VizTimeIntervalListResult
Visualization Time Interval List Result
Base paginated list result that extends ListResult with a resolved time interval field.
Notes:
time_intervalreflects the actual time window used to compute the results, which may differ from the requestedstart_timedue to data availability.- Standard pagination fields (
cursor,result_count) are inherited fromListResult.
AllOf
JSON Example
{
"offset": 0,
"number_of_results": 0,
"total_result_count": 0,
"total_pages": 0,
"sort_ascending": false,
"sort_by": "string",
"time_interval": {
"start_time": 0,
"end_time": 0
}
}
Used By