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/GW190426_152155-v2/timelines/L1_BURST_CAT2/segments?format=api
{ "next": null, "previous": null, "results_count": 5, "results_per_page": 20, "num_pages": 1, "page_number": 1, "results": [ { "start": 1240325286, "stop": 1240325328 }, { "start": 1240325331, "stop": 1240325711 }, { "start": 1240325716, "stop": 1240326979 }, { "start": 1240326982, "stop": 1240328986 }, { "start": 1240328989, "stop": 1240329382 } ] }