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_CBCHIGH_CAT2/segments?format=api&page=3913
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3914", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3912", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 3913, "results": [ { "start": 874082216, "stop": 874083248 }, { "start": 874083249, "stop": 874083250 }, { "start": 874083251, "stop": 874085142 }, { "start": 874085385, "stop": 874085783 }, { "start": 874085784, "stop": 874085982 }, { "start": 874085983, "stop": 874086214 }, { "start": 874086215, "stop": 874086261 }, { "start": 874086262, "stop": 874087500 }, { "start": 874087560, "stop": 874088927 }, { "start": 874088928, "stop": 874090683 }, { "start": 874090684, "stop": 874090935 }, { "start": 874090936, "stop": 874091048 }, { "start": 874091049, "stop": 874091781 }, { "start": 874091782, "stop": 874091943 }, { "start": 874091944, "stop": 874093266 }, { "start": 874093267, "stop": 874095126 }, { "start": 874095127, "stop": 874095309 }, { "start": 874095310, "stop": 874095339 }, { "start": 874095340, "stop": 874095767 }, { "start": 874095768, "stop": 874096330 } ] }