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=857
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=858", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=856", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 857, "results": [ { "start": 864999631, "stop": 864999991 }, { "start": 865000150, "stop": 865000870 }, { "start": 865001741, "stop": 865001981 }, { "start": 865002200, "stop": 865002260 }, { "start": 865002833, "stop": 865002893 }, { "start": 865003050, "stop": 865003170 }, { "start": 865003845, "stop": 865003965 }, { "start": 865004527, "stop": 865004587 }, { "start": 865005772, "stop": 865005832 }, { "start": 865005986, "stop": 865006106 }, { "start": 865008687, "stop": 865008807 }, { "start": 865008976, "stop": 865009516 }, { "start": 865010101, "stop": 865010161 }, { "start": 865010309, "stop": 865010429 }, { "start": 865012125, "stop": 865013445 }, { "start": 865021202, "stop": 865021862 }, { "start": 865022033, "stop": 865023533 }, { "start": 865023933, "stop": 865025673 }, { "start": 865025832, "stop": 865028292 }, { "start": 865028537, "stop": 865028957 } ] }