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_CW_CAT1/segments?format=api&page=219
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=220", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=218", "results_count": 7594, "results_per_page": 20, "num_pages": 380, "page_number": 219, "results": [ { "start": 845312297, "stop": 845318216 }, { "start": 845320004, "stop": 845325408 }, { "start": 845327353, "stop": 845330332 }, { "start": 845330379, "stop": 845330691 }, { "start": 845330814, "stop": 845331613 }, { "start": 845331643, "stop": 845331644 }, { "start": 845331695, "stop": 845331755 }, { "start": 845332213, "stop": 845356693 }, { "start": 845356698, "stop": 845356699 }, { "start": 845356793, "stop": 845357173 }, { "start": 845357205, "stop": 845357206 }, { "start": 845357309, "stop": 845364733 }, { "start": 845364769, "stop": 845364771 }, { "start": 845365880, "stop": 845376647 }, { "start": 845391473, "stop": 845393713 }, { "start": 845399383, "stop": 845399893 }, { "start": 845401506, "stop": 845403853 }, { "start": 845409661, "stop": 845409904 }, { "start": 845410064, "stop": 845413183 }, { "start": 845414334, "stop": 845415186 } ] }