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=83
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=84", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=82", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 83, "results": [ { "start": 819956162, "stop": 819956522 }, { "start": 819956768, "stop": 819956828 }, { "start": 819956991, "stop": 819957171 }, { "start": 819957328, "stop": 819958048 }, { "start": 819958416, "stop": 819959016 }, { "start": 819959426, "stop": 819959666 }, { "start": 819959987, "stop": 819960167 }, { "start": 819960696, "stop": 819960936 }, { "start": 819961721, "stop": 819961781 }, { "start": 819961946, "stop": 819962186 }, { "start": 819962463, "stop": 819962643 }, { "start": 819963534, "stop": 819963834 }, { "start": 819963984, "stop": 819964074 }, { "start": 819964264, "stop": 819964384 }, { "start": 819964608, "stop": 819964668 }, { "start": 819964937, "stop": 819965057 }, { "start": 819965237, "stop": 819965297 }, { "start": 819967057, "stop": 819967117 }, { "start": 819967493, "stop": 819967673 }, { "start": 819968119, "stop": 819968179 } ] }