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=263
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=264", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=262", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 263, "results": [ { "start": 829677363, "stop": 829677543 }, { "start": 829680028, "stop": 829680208 }, { "start": 829680415, "stop": 829680775 }, { "start": 829686014, "stop": 829686074 }, { "start": 829686367, "stop": 829686487 }, { "start": 829686670, "stop": 829686790 }, { "start": 829689950, "stop": 829690010 }, { "start": 829691282, "stop": 829691402 }, { "start": 829692514, "stop": 829692574 }, { "start": 829693957, "stop": 829694077 }, { "start": 829695224, "stop": 829695404 }, { "start": 829695931, "stop": 829697911 }, { "start": 829698197, "stop": 829698797 }, { "start": 829698945, "stop": 829699125 }, { "start": 829699422, "stop": 829701702 }, { "start": 829705747, "stop": 829705867 }, { "start": 829706783, "stop": 829707203 }, { "start": 829708069, "stop": 829708909 }, { "start": 829710063, "stop": 829710123 }, { "start": 829711927, "stop": 829714147 } ] }