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=10046
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=10047",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10045",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10046,
    "results": [
        {
            "start": 872703064,
            "stop": 872705067
        },
        {
            "start": 872705551,
            "stop": 872705625
        },
        {
            "start": 872705855,
            "stop": 872706061
        },
        {
            "start": 872706559,
            "stop": 872706725
        },
        {
            "start": 872707135,
            "stop": 872707319
        },
        {
            "start": 872707336,
            "stop": 872707735
        },
        {
            "start": 872707752,
            "stop": 872707769
        },
        {
            "start": 872707785,
            "stop": 872707828
        },
        {
            "start": 872707845,
            "stop": 872707930
        },
        {
            "start": 872707948,
            "stop": 872707969
        },
        {
            "start": 872707986,
            "stop": 872708009
        },
        {
            "start": 872708027,
            "stop": 872708097
        },
        {
            "start": 872708132,
            "stop": 872708139
        },
        {
            "start": 872708157,
            "stop": 872708205
        },
        {
            "start": 872708222,
            "stop": 872708223
        },
        {
            "start": 872708294,
            "stop": 872708323
        },
        {
            "start": 872708340,
            "stop": 872708344
        },
        {
            "start": 872708378,
            "stop": 872708455
        },
        {
            "start": 872708473,
            "stop": 872708579
        },
        {
            "start": 872708597,
            "stop": 872708725
        }
    ]
}