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/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15801
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15802", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15800", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15801, "results": [ { "start": 971173281, "stop": 971173285 }, { "start": 971173289, "stop": 971173292 }, { "start": 971173293, "stop": 971173299 }, { "start": 971173301, "stop": 971173305 }, { "start": 971173306, "stop": 971173308 }, { "start": 971173309, "stop": 971173310 }, { "start": 971173311, "stop": 971173315 }, { "start": 971173316, "stop": 971173317 }, { "start": 971173319, "stop": 971173322 }, { "start": 971173324, "stop": 971173326 }, { "start": 971173338, "stop": 971173339 }, { "start": 971173341, "stop": 971173342 }, { "start": 971173348, "stop": 971173350 }, { "start": 971173351, "stop": 971173352 }, { "start": 971173353, "stop": 971173354 }, { "start": 971174955, "stop": 971175006 }, { "start": 971175007, "stop": 971175009 }, { "start": 971175011, "stop": 971175013 }, { "start": 971175014, "stop": 971175019 }, { "start": 971175020, "stop": 971175025 } ] }