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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3743",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3741",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3742,
    "results": [
        {
            "start": 872876917,
            "stop": 872876920
        },
        {
            "start": 872876921,
            "stop": 872876937
        },
        {
            "start": 872876938,
            "stop": 872876942
        },
        {
            "start": 872876943,
            "stop": 872876968
        },
        {
            "start": 872876969,
            "stop": 872876970
        },
        {
            "start": 872876971,
            "stop": 872876978
        },
        {
            "start": 872876981,
            "stop": 872876984
        },
        {
            "start": 872876986,
            "stop": 872876988
        },
        {
            "start": 872876990,
            "stop": 872876991
        },
        {
            "start": 872876992,
            "stop": 872876996
        },
        {
            "start": 872876997,
            "stop": 872877000
        },
        {
            "start": 872877001,
            "stop": 872877029
        },
        {
            "start": 872877030,
            "stop": 872877063
        },
        {
            "start": 872877064,
            "stop": 872877076
        },
        {
            "start": 872877077,
            "stop": 872877090
        },
        {
            "start": 872877091,
            "stop": 872877117
        },
        {
            "start": 872877118,
            "stop": 872877170
        },
        {
            "start": 872877171,
            "stop": 872877604
        },
        {
            "start": 872877605,
            "stop": 872880786
        },
        {
            "start": 872880968,
            "stop": 872881760
        }
    ]
}