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=184
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=185", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=183", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 184, "results": [ { "start": 825739270, "stop": 825739780 }, { "start": 825744530, "stop": 825744770 }, { "start": 825744935, "stop": 825745175 }, { "start": 825745320, "stop": 825745740 }, { "start": 825745913, "stop": 825745973 }, { "start": 825746121, "stop": 825746181 }, { "start": 825746322, "stop": 825746622 }, { "start": 825746758, "stop": 825747328 }, { "start": 825747679, "stop": 825747739 }, { "start": 825747892, "stop": 825747952 }, { "start": 825748657, "stop": 825748837 }, { "start": 825759879, "stop": 825759999 }, { "start": 825760169, "stop": 825760289 }, { "start": 825760471, "stop": 825760771 }, { "start": 825761019, "stop": 825761259 }, { "start": 825762489, "stop": 825762729 }, { "start": 825763020, "stop": 825765360 }, { "start": 825765500, "stop": 825765920 }, { "start": 825766065, "stop": 825766245 }, { "start": 825766411, "stop": 825767431 } ] }