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/GW191219_163120-v1/timelines/H1_BURST_CAT3/segments?format=api
{
"next": null,
"previous": null,
"results_count": 5,
"results_per_page": 20,
"num_pages": 1,
"page_number": 1,
"results": [
{
"start": 1260806251,
"stop": 1260806772
},
{
"start": 1260806775,
"stop": 1260807706
},
{
"start": 1260807709,
"stop": 1260808291
},
{
"start": 1260808293,
"stop": 1260809704
},
{
"start": 1260809707,
"stop": 1260810347
}
]
}