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=8104
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8105", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8103", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 8104, "results": [ { "start": 872656491, "stop": 872656568 }, { "start": 872656585, "stop": 872656597 }, { "start": 872656614, "stop": 872656740 }, { "start": 872656757, "stop": 872656797 }, { "start": 872656815, "stop": 872656853 }, { "start": 872656871, "stop": 872656993 }, { "start": 872657011, "stop": 872657183 }, { "start": 872657201, "stop": 872657293 }, { "start": 872657310, "stop": 872657485 }, { "start": 872657502, "stop": 872657511 }, { "start": 872657528, "stop": 872657581 }, { "start": 872657598, "stop": 872657726 }, { "start": 872657976, "stop": 872657986 }, { "start": 872658121, "stop": 872658341 }, { "start": 872658359, "stop": 872658377 }, { "start": 872658497, "stop": 872658601 }, { "start": 872658619, "stop": 872658780 }, { "start": 872658797, "stop": 872658811 }, { "start": 872658828, "stop": 872658829 }, { "start": 872658846, "stop": 872658941 } ] }