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=272
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=273", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=271", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 272, "results": [ { "start": 830147502, "stop": 830148132 }, { "start": 830148162, "stop": 830149242 }, { "start": 830149385, "stop": 830149865 }, { "start": 830150026, "stop": 830150146 }, { "start": 830151092, "stop": 830151152 }, { "start": 830151549, "stop": 830152569 }, { "start": 830152719, "stop": 830156109 }, { "start": 830156323, "stop": 830158183 }, { "start": 830160144, "stop": 830162784 }, { "start": 830162994, "stop": 830173914 }, { "start": 830175397, "stop": 830179357 }, { "start": 830179604, "stop": 830180084 }, { "start": 830182667, "stop": 830182787 }, { "start": 830190651, "stop": 830190711 }, { "start": 830190933, "stop": 830190993 }, { "start": 830191152, "stop": 830191212 }, { "start": 830193511, "stop": 830193571 }, { "start": 830193742, "stop": 830193982 }, { "start": 830215605, "stop": 830216385 }, { "start": 830216535, "stop": 830217045 } ] }