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/GW190828_063405-v1/timelines/L1_BURST_CAT3/segments?format=api
{
"next": null,
"previous": null,
"results_count": 7,
"results_per_page": 20,
"num_pages": 1,
"page_number": 1,
"results": [
{
"start": 1251007216,
"stop": 1251007743
},
{
"start": 1251007747,
"stop": 1251007951
},
{
"start": 1251007955,
"stop": 1251008921
},
{
"start": 1251008924,
"stop": 1251009363
},
{
"start": 1251009367,
"stop": 1251009945
},
{
"start": 1251009949,
"stop": 1251010549
},
{
"start": 1251010553,
"stop": 1251011312
}
]
}