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=8055
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=8056",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8054",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8055,
    "results": [
        {
            "start": 872266620,
            "stop": 872266976
        },
        {
            "start": 872267040,
            "stop": 872267164
        },
        {
            "start": 872267181,
            "stop": 872267456
        },
        {
            "start": 872267475,
            "stop": 872268453
        },
        {
            "start": 872268472,
            "stop": 872268831
        },
        {
            "start": 872268850,
            "stop": 872269063
        },
        {
            "start": 872269083,
            "stop": 872269214
        },
        {
            "start": 872276433,
            "stop": 872276460
        },
        {
            "start": 872276545,
            "stop": 872276576
        },
        {
            "start": 872276595,
            "stop": 872276655
        },
        {
            "start": 872276674,
            "stop": 872276747
        },
        {
            "start": 872276766,
            "stop": 872276843
        },
        {
            "start": 872276863,
            "stop": 872276983
        },
        {
            "start": 872277018,
            "stop": 872277132
        },
        {
            "start": 872277149,
            "stop": 872277180
        },
        {
            "start": 872277240,
            "stop": 872277349
        },
        {
            "start": 872277369,
            "stop": 872277401
        },
        {
            "start": 872277533,
            "stop": 872277720
        },
        {
            "start": 872277739,
            "stop": 872277765
        },
        {
            "start": 872277796,
            "stop": 872277942
        }
    ]
}