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=3864
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3865", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3863", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 3864, "results": [ { "start": 873743414, "stop": 873743630 }, { "start": 873743633, "stop": 873743667 }, { "start": 873743670, "stop": 873743674 }, { "start": 873743677, "stop": 873743683 }, { "start": 873743687, "stop": 873743728 }, { "start": 873743731, "stop": 873743933 }, { "start": 873743936, "stop": 873744072 }, { "start": 873744075, "stop": 873744081 }, { "start": 873744084, "stop": 873744476 }, { "start": 873744477, "stop": 873745185 }, { "start": 873745188, "stop": 873745311 }, { "start": 873745314, "stop": 873745593 }, { "start": 873745596, "stop": 873745597 }, { "start": 873745600, "stop": 873745618 }, { "start": 873745621, "stop": 873746007 }, { "start": 873746012, "stop": 873746557 }, { "start": 873746561, "stop": 873746711 }, { "start": 873746714, "stop": 873747163 }, { "start": 873747166, "stop": 873747190 }, { "start": 873747193, "stop": 873747216 } ] }