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_CAT2/segments?format=api&page=100
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=101", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=99", "results_count": 28169, "results_per_page": 20, "num_pages": 1409, "page_number": 100, "results": [ { "start": 931509337, "stop": 931509338 }, { "start": 931509341, "stop": 931509343 }, { "start": 931509347, "stop": 931509356 }, { "start": 931509359, "stop": 931509360 }, { "start": 931509366, "stop": 931509367 }, { "start": 931509369, "stop": 931509378 }, { "start": 931509380, "stop": 931509383 }, { "start": 931509386, "stop": 931509412 }, { "start": 931509415, "stop": 931509419 }, { "start": 931509426, "stop": 931509441 }, { "start": 931509444, "stop": 931509459 }, { "start": 931509467, "stop": 931509475 }, { "start": 931509477, "stop": 931509492 }, { "start": 931509503, "stop": 931509532 }, { "start": 931509535, "stop": 931509547 }, { "start": 931509550, "stop": 931509554 }, { "start": 931509557, "stop": 931509565 }, { "start": 931509568, "stop": 931509581 }, { "start": 931509586, "stop": 931509599 }, { "start": 931509602, "stop": 931509645 } ] }