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=118
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=119", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=117", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 118, "results": [ { "start": 821154629, "stop": 821154989 }, { "start": 821155278, "stop": 821155338 }, { "start": 821155725, "stop": 821155845 }, { "start": 821156112, "stop": 821156172 }, { "start": 821157429, "stop": 821157489 }, { "start": 821157926, "stop": 821157986 }, { "start": 821158462, "stop": 821158522 }, { "start": 821158800, "stop": 821158860 }, { "start": 821159870, "stop": 821159930 }, { "start": 821162238, "stop": 821162538 }, { "start": 821162696, "stop": 821162936 }, { "start": 821163078, "stop": 821163198 }, { "start": 821163796, "stop": 821163856 }, { "start": 821166845, "stop": 821167145 }, { "start": 821167541, "stop": 821167661 }, { "start": 821168105, "stop": 821168225 }, { "start": 821168573, "stop": 821168633 }, { "start": 821169722, "stop": 821169782 }, { "start": 821173571, "stop": 821173691 }, { "start": 821178359, "stop": 821178539 } ] }