Run Segment List
Return the segments for a given timeline for a run.
Query parameters:
start=<int>: Initial GPS time of the desired GPS interval.stop=<int>: Final GPS time of the desired GPS interval.compact: Return a list of segment [start, stop] list.pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=176
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=177", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=175", "results_count": 9325, "results_per_page": 20, "num_pages": 467, "page_number": 176, "results": [ { "start": 835010593, "stop": 835020073 }, { "start": 835020087, "stop": 835020089 }, { "start": 835021513, "stop": 835039693 }, { "start": 835504589, "stop": 835505922 }, { "start": 835507211, "stop": 835508593 }, { "start": 835509564, "stop": 835517073 }, { "start": 835520107, "stop": 835551540 }, { "start": 835552443, "stop": 835555573 }, { "start": 835556460, "stop": 835565644 }, { "start": 835566584, "stop": 835567453 }, { "start": 835568813, "stop": 835637655 }, { "start": 835638761, "stop": 835643653 }, { "start": 835644781, "stop": 835648006 }, { "start": 835649172, "stop": 835652300 }, { "start": 835652482, "stop": 835655434 }, { "start": 835690522, "stop": 835696794 }, { "start": 835698482, "stop": 835721825 }, { "start": 835723570, "stop": 835726333 }, { "start": 835726353, "stop": 835726354 }, { "start": 835728475, "stop": 835731733 } ] }