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/H1_CW_CAT1/segments?format=api&page=101
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=102", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=100", "results_count": 9325, "results_per_page": 20, "num_pages": 467, "page_number": 101, "results": [ { "start": 825889548, "stop": 825889559 }, { "start": 825889562, "stop": 825889573 }, { "start": 825895472, "stop": 825895478 }, { "start": 825895491, "stop": 825895521 }, { "start": 825895525, "stop": 825895530 }, { "start": 825895539, "stop": 825895712 }, { "start": 825895721, "stop": 825895766 }, { "start": 825895770, "stop": 825895786 }, { "start": 825895795, "stop": 825895820 }, { "start": 825895824, "stop": 825895834 }, { "start": 825895859, "stop": 825895879 }, { "start": 825895883, "stop": 825896017 }, { "start": 825896022, "stop": 825896110 }, { "start": 825896114, "stop": 825896150 }, { "start": 825896154, "stop": 825896159 }, { "start": 825896164, "stop": 825896523 }, { "start": 825896527, "stop": 825897862 }, { "start": 825897865, "stop": 825897964 }, { "start": 825897968, "stop": 825897979 }, { "start": 825897983, "stop": 825898523 } ] }