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=145
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=146", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=144", "results_count": 22462, "results_per_page": 20, "num_pages": 1124, "page_number": 145, "results": [ { "start": 823017364, "stop": 823017424 }, { "start": 823023704, "stop": 823024124 }, { "start": 823024350, "stop": 823024830 }, { "start": 823025000, "stop": 823025240 }, { "start": 823025446, "stop": 823025506 }, { "start": 823026879, "stop": 823027059 }, { "start": 823062705, "stop": 823062765 }, { "start": 823072279, "stop": 823072399 }, { "start": 823072577, "stop": 823072637 }, { "start": 823074081, "stop": 823074201 }, { "start": 823076247, "stop": 823076307 }, { "start": 823076867, "stop": 823076987 }, { "start": 823077394, "stop": 823077634 }, { "start": 823078115, "stop": 823078205 }, { "start": 823078746, "stop": 823078806 }, { "start": 823079092, "stop": 823079272 }, { "start": 823080002, "stop": 823080062 }, { "start": 823162616, "stop": 823162796 }, { "start": 823168497, "stop": 823168737 }, { "start": 823169092, "stop": 823169392 } ] }