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_CAT3/segments?format=api&page=14718
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14719", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14717", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14718, "results": [ { "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 }, { "start": 971175027, "stop": 971175048 }, { "start": 971175049, "stop": 971175053 }, { "start": 971175055, "stop": 971175060 }, { "start": 971175062, "stop": 971175064 }, { "start": 971175066, "stop": 971175073 } ] }