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=295
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=296", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=294", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 295, "results": [ { "start": 832115265, "stop": 832116345 }, { "start": 832128961, "stop": 832129861 }, { "start": 832130032, "stop": 832131292 }, { "start": 832131490, "stop": 832132210 }, { "start": 832132430, "stop": 832132610 }, { "start": 832133004, "stop": 832134984 }, { "start": 832135173, "stop": 832136373 }, { "start": 832136523, "stop": 832136763 }, { "start": 832138555, "stop": 832139755 }, { "start": 832141842, "stop": 832144062 }, { "start": 832145528, "stop": 832149968 }, { "start": 832151562, "stop": 832158282 }, { "start": 832158539, "stop": 832162319 }, { "start": 832166886, "stop": 832167036 }, { "start": 832167186, "stop": 832167486 }, { "start": 832170290, "stop": 832170350 }, { "start": 832171218, "stop": 832171278 }, { "start": 832182367, "stop": 832182427 }, { "start": 832182872, "stop": 832183622 }, { "start": 832183890, "stop": 832184130 } ] }