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/GW191230_180458-v1/timelines/H1_BURST_CAT3/segments?format=api
{
"next": null,
"previous": null,
"results_count": 7,
"results_per_page": 20,
"num_pages": 1,
"page_number": 1,
"results": [
{
"start": 1261762269,
"stop": 1261763974
},
{
"start": 1261763977,
"stop": 1261764346
},
{
"start": 1261764349,
"stop": 1261764609
},
{
"start": 1261764612,
"stop": 1261764864
},
{
"start": 1261764867,
"stop": 1261765341
},
{
"start": 1261765344,
"stop": 1261765968
},
{
"start": 1261765971,
"stop": 1261766365
}
]
}