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_H1L1/segments?format=api&page=217
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=218", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=216", "results_count": 22462, "results_per_page": 20, "num_pages": 1124, "page_number": 217, "results": [ { "start": 827303303, "stop": 827303483 }, { "start": 827303658, "stop": 827306838 }, { "start": 827307023, "stop": 827308013 }, { "start": 827308206, "stop": 827308566 }, { "start": 827308991, "stop": 827309231 }, { "start": 827314759, "stop": 827314819 }, { "start": 827315132, "stop": 827315252 }, { "start": 827315679, "stop": 827315889 }, { "start": 827317140, "stop": 827317620 }, { "start": 827317775, "stop": 827318975 }, { "start": 827321598, "stop": 827325798 }, { "start": 827327120, "stop": 827330000 }, { "start": 827330202, "stop": 827330412 }, { "start": 827330562, "stop": 827332002 }, { "start": 827332449, "stop": 827332689 }, { "start": 827332866, "stop": 827333466 }, { "start": 827333623, "stop": 827334043 }, { "start": 827334253, "stop": 827334553 }, { "start": 827335599, "stop": 827336379 }, { "start": 827336542, "stop": 827337082 } ] }