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=14695
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14696", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14694", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14695, "results": [ { "start": 971170952, "stop": 971170954 }, { "start": 971170955, "stop": 971170956 }, { "start": 971170957, "stop": 971170960 }, { "start": 971170962, "stop": 971170963 }, { "start": 971170970, "stop": 971170973 }, { "start": 971170974, "stop": 971170975 }, { "start": 971170977, "stop": 971170981 }, { "start": 971170986, "stop": 971170990 }, { "start": 971170993, "stop": 971170994 }, { "start": 971170996, "stop": 971170997 }, { "start": 971170999, "stop": 971171004 }, { "start": 971171008, "stop": 971171012 }, { "start": 971171014, "stop": 971171018 }, { "start": 971171020, "stop": 971171023 }, { "start": 971171026, "stop": 971171031 }, { "start": 971171032, "stop": 971171034 }, { "start": 971171035, "stop": 971171036 }, { "start": 971171038, "stop": 971171041 }, { "start": 971171046, "stop": 971171048 }, { "start": 971171049, "stop": 971171055 } ] }