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_STOCH_CAT2_H2L1/segments?format=api&page=718
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=719", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=717", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 718, "results": [ { "start": 856782740, "stop": 856783220 }, { "start": 856783400, "stop": 856787510 }, { "start": 856787660, "stop": 856787990 }, { "start": 856788140, "stop": 856793060 }, { "start": 856794843, "stop": 856797663 }, { "start": 856800380, "stop": 856800920 }, { "start": 856801483, "stop": 856802443 }, { "start": 856802600, "stop": 856803020 }, { "start": 856805461, "stop": 856807741 }, { "start": 856808044, "stop": 856808194 }, { "start": 856809555, "stop": 856810095 }, { "start": 856810358, "stop": 856810418 }, { "start": 856810562, "stop": 856811282 }, { "start": 856811674, "stop": 856811794 }, { "start": 856818265, "stop": 856818445 }, { "start": 856818693, "stop": 856818813 }, { "start": 856818992, "stop": 856819562 }, { "start": 856819652, "stop": 856819712 }, { "start": 856819884, "stop": 856820004 }, { "start": 856820179, "stop": 856821859 } ] }