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/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15736
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15737", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15735", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15736, "results": [ { "start": 971166496, "stop": 971166497 }, { "start": 971166508, "stop": 971166509 }, { "start": 971166517, "stop": 971166518 }, { "start": 971166520, "stop": 971166522 }, { "start": 971166525, "stop": 971166527 }, { "start": 971166528, "stop": 971166530 }, { "start": 971166534, "stop": 971166535 }, { "start": 971166536, "stop": 971166538 }, { "start": 971166542, "stop": 971166544 }, { "start": 971166548, "stop": 971166552 }, { "start": 971166553, "stop": 971166555 }, { "start": 971166556, "stop": 971166557 }, { "start": 971166558, "stop": 971166563 }, { "start": 971166564, "stop": 971166567 }, { "start": 971166568, "stop": 971166570 }, { "start": 971166571, "stop": 971166574 }, { "start": 971166576, "stop": 971166577 }, { "start": 971166579, "stop": 971166580 }, { "start": 971166582, "stop": 971166584 }, { "start": 971166586, "stop": 971166587 } ] }