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_CAT2/segments?format=api&page=3857
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3858", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3856", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 3857, "results": [ { "start": 873721069, "stop": 873721071 }, { "start": 873721072, "stop": 873721073 }, { "start": 873721075, "stop": 873721078 }, { "start": 873721079, "stop": 873721082 }, { "start": 873721084, "stop": 873721090 }, { "start": 873721094, "stop": 873721095 }, { "start": 873721097, "stop": 873721102 }, { "start": 873721104, "stop": 873721106 }, { "start": 873721109, "stop": 873721111 }, { "start": 873721112, "stop": 873721117 }, { "start": 873721118, "stop": 873721119 }, { "start": 873721120, "stop": 873721123 }, { "start": 873721127, "stop": 873721129 }, { "start": 873721130, "stop": 873721135 }, { "start": 873721136, "stop": 873721137 }, { "start": 873721144, "stop": 873721146 }, { "start": 873721147, "stop": 873721156 }, { "start": 873721160, "stop": 873721163 }, { "start": 873721165, "stop": 873721178 }, { "start": 873721179, "stop": 873721195 } ] }