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=281
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=282", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=280", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 281, "results": [ { "start": 831293078, "stop": 831294098 }, { "start": 831294274, "stop": 831294814 }, { "start": 831294970, "stop": 831295030 }, { "start": 831295186, "stop": 831295366 }, { "start": 831295597, "stop": 831295897 }, { "start": 831297644, "stop": 831297764 }, { "start": 831297919, "stop": 831298159 }, { "start": 831298326, "stop": 831298566 }, { "start": 831298966, "stop": 831299026 }, { "start": 831299324, "stop": 831299384 }, { "start": 831299678, "stop": 831299738 }, { "start": 831304666, "stop": 831304726 }, { "start": 831305724, "stop": 831306204 }, { "start": 831308856, "stop": 831309096 }, { "start": 831309741, "stop": 831309921 }, { "start": 831339400, "stop": 831339970 }, { "start": 831340148, "stop": 831340208 }, { "start": 831340375, "stop": 831341755 }, { "start": 831342388, "stop": 831343408 }, { "start": 831343563, "stop": 831343923 } ] }