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_H1L1/segments?format=api&page=215
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=216", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=214", "results_count": 22462, "results_per_page": 20, "num_pages": 1124, "page_number": 215, "results": [ { "start": 827230729, "stop": 827231509 }, { "start": 827233327, "stop": 827233507 }, { "start": 827234345, "stop": 827234465 }, { "start": 827234839, "stop": 827234899 }, { "start": 827235059, "stop": 827236319 }, { "start": 827249126, "stop": 827249246 }, { "start": 827254724, "stop": 827254784 }, { "start": 827255331, "stop": 827255391 }, { "start": 827256244, "stop": 827256484 }, { "start": 827267003, "stop": 827267063 }, { "start": 827269910, "stop": 827270030 }, { "start": 827271173, "stop": 827271293 }, { "start": 827273739, "stop": 827273919 }, { "start": 827274275, "stop": 827274395 }, { "start": 827275303, "stop": 827275453 }, { "start": 827275630, "stop": 827276200 }, { "start": 827276230, "stop": 827277670 }, { "start": 827278174, "stop": 827278234 }, { "start": 827279827, "stop": 827280847 }, { "start": 827281009, "stop": 827282569 } ] }