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_STOCH_CAT1/segments?format=api&page=43
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=44", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=42", "results_count": 30795, "results_per_page": 20, "num_pages": 1540, "page_number": 43, "results": [ { "start": 820751649, "stop": 820752433 }, { "start": 820753458, "stop": 820756033 }, { "start": 820760166, "stop": 820763072 }, { "start": 820763104, "stop": 820782733 }, { "start": 820782941, "stop": 820805020 }, { "start": 820806311, "stop": 820819616 }, { "start": 820819648, "stop": 820828093 }, { "start": 820829068, "stop": 820832832 }, { "start": 820832864, "stop": 820843904 }, { "start": 820843936, "stop": 820847200 }, { "start": 820847232, "stop": 820847395 }, { "start": 820848189, "stop": 820852273 }, { "start": 820852287, "stop": 820852289 }, { "start": 820852657, "stop": 820854493 }, { "start": 820856245, "stop": 820856833 }, { "start": 820856847, "stop": 820856848 }, { "start": 820857155, "stop": 820858153 }, { "start": 820859713, "stop": 820860733 }, { "start": 820861472, "stop": 820861633 }, { "start": 820862326, "stop": 820863793 } ] }