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/O4a/timelines/H1_CW_CAT1/segments?format=api&page=18
{ "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_CW_CAT1/segments?format=api&page=19", "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_CW_CAT1/segments?format=api&page=17", "results_count": 823, "results_per_page": 20, "num_pages": 42, "page_number": 18, "results": [ { "start": 1376750443, "stop": 1376751665 }, { "start": 1376775929, "stop": 1376815347 }, { "start": 1376815426, "stop": 1376840020 }, { "start": 1376847322, "stop": 1376852915 }, { "start": 1376866565, "stop": 1377029919 }, { "start": 1377036031, "stop": 1377064623 }, { "start": 1377086176, "stop": 1377106920 }, { "start": 1377106959, "stop": 1377126490 }, { "start": 1377136294, "stop": 1377147990 }, { "start": 1377152727, "stop": 1377177696 }, { "start": 1377177741, "stop": 1377217318 }, { "start": 1377218100, "stop": 1377220099 }, { "start": 1377226507, "stop": 1377241924 }, { "start": 1377245781, "stop": 1377258767 }, { "start": 1377270400, "stop": 1377289015 }, { "start": 1377306572, "stop": 1377306636 }, { "start": 1377309427, "stop": 1377332867 }, { "start": 1377332946, "stop": 1377354152 }, { "start": 1377355245, "stop": 1377355516 }, { "start": 1377404431, "stop": 1377435783 } ] }