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=334
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=335", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=333", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 334, "results": [ { "start": 834124418, "stop": 834124478 }, { "start": 834125807, "stop": 834125927 }, { "start": 834126947, "stop": 834127127 }, { "start": 834130182, "stop": 834130422 }, { "start": 834131483, "stop": 834131663 }, { "start": 834132134, "stop": 834132194 }, { "start": 834132342, "stop": 834132462 }, { "start": 834132776, "stop": 834132896 }, { "start": 834133176, "stop": 834133326 }, { "start": 834133720, "stop": 834133840 }, { "start": 834134500, "stop": 834134620 }, { "start": 834136144, "stop": 834136264 }, { "start": 834136435, "stop": 834136555 }, { "start": 834138014, "stop": 834138074 }, { "start": 834139092, "stop": 834139332 }, { "start": 834139507, "stop": 834139687 }, { "start": 834140107, "stop": 834140227 }, { "start": 834140704, "stop": 834140794 }, { "start": 834141599, "stop": 834141719 }, { "start": 834141967, "stop": 834142057 } ] }