Event Segment List
Return the segments for a given timeline for an event version.
Query parameters:
start
: Initial GPS time of the desired GPS interval.stop
: Final GPS time of the desired GPS interval.compact
: Return a list of segment [start, stop] list.
GET /api/v2/event-versions/GW200208_222617-v1/timelines/L1_BURST_CAT3/segments?format=api
{
"next": null,
"previous": null,
"results_count": 5,
"results_per_page": 20,
"num_pages": 1,
"page_number": 1,
"results": [
{
"start": 1265233948,
"stop": 1265237408
},
{
"start": 1265237412,
"stop": 1265237688
},
{
"start": 1265237690,
"stop": 1265237695
},
{
"start": 1265237698,
"stop": 1265237702
},
{
"start": 1265237704,
"stop": 1265238044
}
]
}