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/GW190916_200658-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": 1252697589,
"stop": 1252697856
},
{
"start": 1252697860,
"stop": 1252698261
},
{
"start": 1252698265,
"stop": 1252698444
},
{
"start": 1252698448,
"stop": 1252699751
},
{
"start": 1252699754,
"stop": 1252701685
}
]
}