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/H2_CBCHIGH_CAT2/segments?format=api&page=723
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=724",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=722",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 723,
    "results": [
        {
            "start": 852278238,
            "stop": 852304339
        },
        {
            "start": 852304341,
            "stop": 852312981
        },
        {
            "start": 852315892,
            "stop": 852323061
        },
        {
            "start": 852324281,
            "stop": 852324657
        },
        {
            "start": 852324659,
            "stop": 852325461
        },
        {
            "start": 852326433,
            "stop": 852327688
        },
        {
            "start": 852327690,
            "stop": 852331123
        },
        {
            "start": 852331124,
            "stop": 852334094
        },
        {
            "start": 852334095,
            "stop": 852358170
        },
        {
            "start": 852362785,
            "stop": 852392831
        },
        {
            "start": 852426967,
            "stop": 852427230
        },
        {
            "start": 852427290,
            "stop": 852427410
        },
        {
            "start": 852427470,
            "stop": 852427818
        },
        {
            "start": 852428138,
            "stop": 852428332
        },
        {
            "start": 852428732,
            "stop": 852429367
        },
        {
            "start": 852429784,
            "stop": 852435930
        },
        {
            "start": 852437354,
            "stop": 852439697
        },
        {
            "start": 852442185,
            "stop": 852458900
        },
        {
            "start": 852459801,
            "stop": 852473858
        },
        {
            "start": 852473908,
            "stop": 852486250
        }
    ]
}