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_CAT1/segments?format=api&page=9859
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9860", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9858", "results_count": 199755, "results_per_page": 20, "num_pages": 9988, "page_number": 9859, "results": [ { "start": 874293668, "stop": 874293690 }, { "start": 874293693, "stop": 874293754 }, { "start": 874293758, "stop": 874293844 }, { "start": 874293849, "stop": 874293853 }, { "start": 874293858, "stop": 874293878 }, { "start": 874293883, "stop": 874294006 }, { "start": 874294009, "stop": 874294024 }, { "start": 874294027, "stop": 874294036 }, { "start": 874294039, "stop": 874294046 }, { "start": 874294049, "stop": 874294056 }, { "start": 874294059, "stop": 874294062 }, { "start": 874294068, "stop": 874294077 }, { "start": 874294080, "stop": 874294084 }, { "start": 874294089, "stop": 874294106 }, { "start": 874294109, "stop": 874294127 }, { "start": 874294130, "stop": 874294132 }, { "start": 874294135, "stop": 874294186 }, { "start": 874294189, "stop": 874294219 }, { "start": 874294222, "stop": 874294238 }, { "start": 874294241, "stop": 874294300 } ] }