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=461
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=462",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=460",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 461,
    "results": [
        {
            "start": 818984432,
            "stop": 818984433
        },
        {
            "start": 818984634,
            "stop": 818986861
        },
        {
            "start": 818987272,
            "stop": 818992487
        },
        {
            "start": 818999340,
            "stop": 818999580
        },
        {
            "start": 819000124,
            "stop": 819000166
        },
        {
            "start": 819000167,
            "stop": 819003657
        },
        {
            "start": 819004251,
            "stop": 819007700
        },
        {
            "start": 819007704,
            "stop": 819007894
        },
        {
            "start": 819008069,
            "stop": 819008211
        },
        {
            "start": 819008214,
            "stop": 819008235
        },
        {
            "start": 819008238,
            "stop": 819008266
        },
        {
            "start": 819008269,
            "stop": 819008270
        },
        {
            "start": 819008274,
            "stop": 819009136
        },
        {
            "start": 819009184,
            "stop": 819009358
        },
        {
            "start": 819009361,
            "stop": 819009363
        },
        {
            "start": 819009366,
            "stop": 819009436
        },
        {
            "start": 819009440,
            "stop": 819009442
        },
        {
            "start": 819009445,
            "stop": 819012856
        },
        {
            "start": 819012859,
            "stop": 819012874
        },
        {
            "start": 819012877,
            "stop": 819012989
        }
    ]
}