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=9920
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9921", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9919", "results_count": 199755, "results_per_page": 20, "num_pages": 9988, "page_number": 9920, "results": [ { "start": 874685440, "stop": 874685452 }, { "start": 874685454, "stop": 874685465 }, { "start": 874685466, "stop": 874685478 }, { "start": 874685480, "stop": 874685548 }, { "start": 874685551, "stop": 874685553 }, { "start": 874685554, "stop": 874685556 }, { "start": 874685559, "stop": 874685609 }, { "start": 874685622, "stop": 874685672 }, { "start": 874685673, "stop": 874685677 }, { "start": 874685678, "stop": 874685732 }, { "start": 874685733, "stop": 874685777 }, { "start": 874685778, "stop": 874685831 }, { "start": 874685832, "stop": 874685863 }, { "start": 874685864, "stop": 874685891 }, { "start": 874685892, "stop": 874686136 }, { "start": 874686138, "stop": 874686153 }, { "start": 874686158, "stop": 874686160 }, { "start": 874686163, "stop": 874686191 }, { "start": 874686194, "stop": 874686636 }, { "start": 874686639, "stop": 874686749 } ] }