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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8109",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8107",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8108,
    "results": [
        {
            "start": 872699374,
            "stop": 872699529
        },
        {
            "start": 872699546,
            "stop": 872700423
        },
        {
            "start": 872700543,
            "stop": 872700960
        },
        {
            "start": 872701080,
            "stop": 872701206
        },
        {
            "start": 872701223,
            "stop": 872701305
        },
        {
            "start": 872701570,
            "stop": 872702087
        },
        {
            "start": 872702110,
            "stop": 872702804
        },
        {
            "start": 872703064,
            "stop": 872704091
        },
        {
            "start": 872704108,
            "stop": 872705067
        },
        {
            "start": 872705551,
            "stop": 872705625
        },
        {
            "start": 872705855,
            "stop": 872706061
        },
        {
            "start": 872706559,
            "stop": 872706581
        },
        {
            "start": 872706598,
            "stop": 872706697
        },
        {
            "start": 872706714,
            "stop": 872706717
        },
        {
            "start": 872707135,
            "stop": 872707319
        },
        {
            "start": 872707336,
            "stop": 872707417
        },
        {
            "start": 872707435,
            "stop": 872707460
        },
        {
            "start": 872707477,
            "stop": 872707548
        },
        {
            "start": 872707565,
            "stop": 872707612
        },
        {
            "start": 872707630,
            "stop": 872707647
        }
    ]
}