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=14791
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14792", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14790", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14791, "results": [ { "start": 971244516, "stop": 971244520 }, { "start": 971244521, "stop": 971244538 }, { "start": 971244541, "stop": 971244549 }, { "start": 971244551, "stop": 971244560 }, { "start": 971244562, "stop": 971244571 }, { "start": 971244572, "stop": 971244584 }, { "start": 971244585, "stop": 971244619 }, { "start": 971244621, "stop": 971244634 }, { "start": 971244635, "stop": 971244645 }, { "start": 971244648, "stop": 971244649 }, { "start": 971244651, "stop": 971244657 }, { "start": 971244659, "stop": 971244667 }, { "start": 971244669, "stop": 971244691 }, { "start": 971244693, "stop": 971244704 }, { "start": 971244706, "stop": 971244729 }, { "start": 971244731, "stop": 971244753 }, { "start": 971244754, "stop": 971244791 }, { "start": 971244792, "stop": 971244797 }, { "start": 971244799, "stop": 971244832 }, { "start": 971244834, "stop": 971244852 } ] }