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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9912",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9910",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9911,
    "results": [
        {
            "start": 870904808,
            "stop": 870904868
        },
        {
            "start": 870904875,
            "stop": 870904894
        },
        {
            "start": 870904924,
            "stop": 870904945
        },
        {
            "start": 870904954,
            "stop": 870904993
        },
        {
            "start": 870905016,
            "stop": 870905062
        },
        {
            "start": 870905078,
            "stop": 870905091
        },
        {
            "start": 870905160,
            "stop": 870905184
        },
        {
            "start": 870905192,
            "stop": 870905198
        },
        {
            "start": 870905213,
            "stop": 870905281
        },
        {
            "start": 870905302,
            "stop": 870905308
        },
        {
            "start": 870905346,
            "stop": 870905416
        },
        {
            "start": 870905438,
            "stop": 870905444
        },
        {
            "start": 870905452,
            "stop": 870905520
        },
        {
            "start": 870905535,
            "stop": 870905611
        },
        {
            "start": 870905618,
            "stop": 870905625
        },
        {
            "start": 870905760,
            "stop": 870905767
        },
        {
            "start": 870905774,
            "stop": 870905820
        },
        {
            "start": 870905880,
            "stop": 870905893
        },
        {
            "start": 870905916,
            "stop": 870905923
        },
        {
            "start": 870905932,
            "stop": 870906006
        }
    ]
}