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=9797
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9798", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9796", "results_count": 199755, "results_per_page": 20, "num_pages": 9988, "page_number": 9797, "results": [ { "start": 873864887, "stop": 873865038 }, { "start": 873865041, "stop": 873865055 }, { "start": 873865060, "stop": 873865064 }, { "start": 873865069, "stop": 873865082 }, { "start": 873865086, "stop": 873865087 }, { "start": 873865092, "stop": 873865100 }, { "start": 873865103, "stop": 873865118 }, { "start": 873865121, "stop": 873865125 }, { "start": 873865128, "stop": 873865139 }, { "start": 873865142, "stop": 873865192 }, { "start": 873865195, "stop": 873865220 }, { "start": 873865227, "stop": 873865237 }, { "start": 873865240, "stop": 873865244 }, { "start": 873865249, "stop": 873865266 }, { "start": 873865269, "stop": 873865277 }, { "start": 873865280, "stop": 873865300 }, { "start": 873865303, "stop": 873865306 }, { "start": 873865309, "stop": 873865319 }, { "start": 873865322, "stop": 873865357 }, { "start": 873865363, "stop": 873865370 } ] }