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/L1_CBCHIGH_CAT4/segments?format=api&page=299
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=300", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=298", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 299, "results": [ { "start": 818579501, "stop": 818579745 }, { "start": 818579765, "stop": 818580023 }, { "start": 818580052, "stop": 818580738 }, { "start": 818580763, "stop": 818580940 }, { "start": 818580959, "stop": 818581159 }, { "start": 818581179, "stop": 818581190 }, { "start": 818581222, "stop": 818581223 }, { "start": 818581268, "stop": 818581292 }, { "start": 818581312, "stop": 818581343 }, { "start": 818581496, "stop": 818581518 }, { "start": 818581537, "stop": 818581544 }, { "start": 818581566, "stop": 818581678 }, { "start": 818581750, "stop": 818581792 }, { "start": 818582200, "stop": 818582210 }, { "start": 818582260, "stop": 818582265 }, { "start": 818582298, "stop": 818582340 }, { "start": 818582400, "stop": 818582458 }, { "start": 818582503, "stop": 818582535 }, { "start": 818582572, "stop": 818582580 }, { "start": 818582640, "stop": 818582936 } ] }