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/GW190707_093326-v1/timelines/H1_BURST_CAT2/segments?format=api
{ "next": null, "previous": null, "results_count": 4, "results_per_page": 20, "num_pages": 1, "page_number": 1, "results": [ { "start": 1246525177, "stop": 1246525995 }, { "start": 1246525998, "stop": 1246526572 }, { "start": 1246526575, "stop": 1246527276 }, { "start": 1246527278, "stop": 1246529273 } ] }