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=8112
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8113", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8111", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 8112, "results": [ { "start": 872727098, "stop": 872727178 }, { "start": 872730087, "stop": 872730126 }, { "start": 872730143, "stop": 872731245 }, { "start": 872747867, "stop": 872747872 }, { "start": 872747900, "stop": 872748000 }, { "start": 872748066, "stop": 872748706 }, { "start": 872748723, "stop": 872748955 }, { "start": 872748972, "stop": 872749054 }, { "start": 872749071, "stop": 872749389 }, { "start": 872749406, "stop": 872749660 }, { "start": 872749798, "stop": 872750270 }, { "start": 872750287, "stop": 872751454 }, { "start": 872751471, "stop": 872752512 }, { "start": 872752529, "stop": 872753596 }, { "start": 872753613, "stop": 872753856 }, { "start": 872753873, "stop": 872754720 }, { "start": 872754818, "stop": 872755022 }, { "start": 872755039, "stop": 872756197 }, { "start": 872756214, "stop": 872756389 }, { "start": 872756406, "stop": 872756601 } ] }