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=92
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=93", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=91", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 92, "results": [ { "start": 820130508, "stop": 820130688 }, { "start": 820130832, "stop": 820130952 }, { "start": 820131523, "stop": 820131583 }, { "start": 820131749, "stop": 820131809 }, { "start": 820132320, "stop": 820132680 }, { "start": 820132894, "stop": 820133074 }, { "start": 820133692, "stop": 820134292 }, { "start": 820135279, "stop": 820135459 }, { "start": 820135615, "stop": 820135915 }, { "start": 820136092, "stop": 820136212 }, { "start": 820136378, "stop": 820136618 }, { "start": 820137116, "stop": 820137236 }, { "start": 820143409, "stop": 820143469 }, { "start": 820143734, "stop": 820143854 }, { "start": 820144010, "stop": 820144070 }, { "start": 820144773, "stop": 820144953 }, { "start": 820147796, "stop": 820148096 }, { "start": 820148271, "stop": 820148391 }, { "start": 820148661, "stop": 820148961 }, { "start": 820149866, "stop": 820150226 } ] }