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_CAT3/segments?format=api&page=142
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=143", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=141", "results_count": 182857, "results_per_page": 20, "num_pages": 9143, "page_number": 142, "results": [ { "start": 817022626, "stop": 817022635 }, { "start": 817022659, "stop": 817022760 }, { "start": 817022777, "stop": 817022778 }, { "start": 817022820, "stop": 817022908 }, { "start": 817022925, "stop": 817023083 }, { "start": 817023100, "stop": 817023331 }, { "start": 817023351, "stop": 817023404 }, { "start": 817023421, "stop": 817023437 }, { "start": 817023469, "stop": 817023555 }, { "start": 817023580, "stop": 817023602 }, { "start": 817023619, "stop": 817023625 }, { "start": 817023642, "stop": 817024634 }, { "start": 817024651, "stop": 817024721 }, { "start": 817024741, "stop": 817025636 }, { "start": 817025653, "stop": 817025707 }, { "start": 817025724, "stop": 817025886 }, { "start": 817025903, "stop": 817026109 }, { "start": 817026129, "stop": 817026590 }, { "start": 817026593, "stop": 817026630 }, { "start": 817030102, "stop": 817030340 } ] }