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/GW190909_114149-v1/timelines/L1_BURST_CAT2/segments?format=api
{
"next": null,
"previous": null,
"results_count": 7,
"results_per_page": 20,
"num_pages": 1,
"page_number": 1,
"results": [
{
"start": 1252062480,
"stop": 1252063349
},
{
"start": 1252063353,
"stop": 1252064231
},
{
"start": 1252064235,
"stop": 1252064622
},
{
"start": 1252064626,
"stop": 1252064742
},
{
"start": 1252064746,
"stop": 1252065371
},
{
"start": 1252065375,
"stop": 1252066434
},
{
"start": 1252066437,
"stop": 1252066576
}
]
}