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=295
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=296", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=294", "results_count": 7594, "results_per_page": 20, "num_pages": 380, "page_number": 295, "results": [ { "start": 856973049, "stop": 856979971 }, { "start": 856980199, "stop": 856981538 }, { "start": 856981702, "stop": 856985532 }, { "start": 856987352, "stop": 856991367 }, { "start": 856993920, "stop": 856994010 }, { "start": 856994235, "stop": 857031686 }, { "start": 857032844, "stop": 857048023 }, { "start": 857048744, "stop": 857064297 }, { "start": 857064505, "stop": 857066891 }, { "start": 857072681, "stop": 857073263 }, { "start": 857073357, "stop": 857073363 }, { "start": 857073428, "stop": 857073722 }, { "start": 857077722, "stop": 857078034 }, { "start": 857081970, "stop": 857083048 }, { "start": 857083242, "stop": 857084639 }, { "start": 857084814, "stop": 857086238 }, { "start": 857087732, "stop": 857094073 }, { "start": 857094653, "stop": 857113950 }, { "start": 857114468, "stop": 857136254 }, { "start": 857136921, "stop": 857157024 } ] }