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_H2L1/segments?format=api&page=882
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=883", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=881", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 882, "results": [ { "start": 866291669, "stop": 866291729 }, { "start": 866296233, "stop": 866296353 }, { "start": 866296503, "stop": 866297013 }, { "start": 866297163, "stop": 866297313 }, { "start": 866297481, "stop": 866297721 }, { "start": 866299185, "stop": 866299275 }, { "start": 866299658, "stop": 866300348 }, { "start": 866324083, "stop": 866324323 }, { "start": 866324632, "stop": 866324782 }, { "start": 866329222, "stop": 866330962 }, { "start": 866331097, "stop": 866331877 }, { "start": 866332008, "stop": 866332068 }, { "start": 866332213, "stop": 866332333 }, { "start": 866335756, "stop": 866335816 }, { "start": 866335947, "stop": 866336997 }, { "start": 866337174, "stop": 866337324 }, { "start": 866337474, "stop": 866337954 }, { "start": 866344664, "stop": 866347604 }, { "start": 866347754, "stop": 866351264 }, { "start": 866351414, "stop": 866351684 } ] }