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=417
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=418", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=416", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 417, "results": [ { "start": 838395049, "stop": 838396549 }, { "start": 838396579, "stop": 838396669 }, { "start": 838396909, "stop": 838396969 }, { "start": 838397202, "stop": 838397472 }, { "start": 838397624, "stop": 838398164 }, { "start": 838401541, "stop": 838401661 }, { "start": 838401954, "stop": 838403694 }, { "start": 838403907, "stop": 838404267 }, { "start": 838404452, "stop": 838405712 }, { "start": 838405871, "stop": 838405931 }, { "start": 838409387, "stop": 838409507 }, { "start": 838411257, "stop": 838412157 }, { "start": 838412302, "stop": 838413202 }, { "start": 838413366, "stop": 838414266 }, { "start": 838414432, "stop": 838414492 }, { "start": 838414664, "stop": 838414964 }, { "start": 838415210, "stop": 838415330 }, { "start": 838416380, "stop": 838416440 }, { "start": 838416601, "stop": 838416781 }, { "start": 838420296, "stop": 838421316 } ] }