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/S5/timelines/H1_CW_CAT1/segments?format=api&page=82
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=83", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=81", "results_count": 9325, "results_per_page": 20, "num_pages": 467, "page_number": 82, "results": [ { "start": 823803002, "stop": 823803004 }, { "start": 823866547, "stop": 823876273 }, { "start": 823876279, "stop": 823876281 }, { "start": 823878141, "stop": 823883808 }, { "start": 823941762, "stop": 823963459 }, { "start": 824035162, "stop": 824046126 }, { "start": 824046184, "stop": 824049536 }, { "start": 824121950, "stop": 824137066 }, { "start": 824204593, "stop": 824205258 }, { "start": 824205263, "stop": 824205364 }, { "start": 824205368, "stop": 824205916 }, { "start": 824205920, "stop": 824205959 }, { "start": 824205963, "stop": 824207923 }, { "start": 824207927, "stop": 824208407 }, { "start": 824208410, "stop": 824208463 }, { "start": 824208467, "stop": 824208541 }, { "start": 824208545, "stop": 824208772 }, { "start": 824208776, "stop": 824208877 }, { "start": 824208881, "stop": 824208911 }, { "start": 824208914, "stop": 824208930 } ] }