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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=203",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=201",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 202,
    "results": [
        {
            "start": 931448449,
            "stop": 931448489
        },
        {
            "start": 931448491,
            "stop": 931448521
        },
        {
            "start": 931448523,
            "stop": 931448712
        },
        {
            "start": 931448714,
            "stop": 931448853
        },
        {
            "start": 931448855,
            "stop": 931449127
        },
        {
            "start": 931449129,
            "stop": 931449130
        },
        {
            "start": 931449132,
            "stop": 931449224
        },
        {
            "start": 931449226,
            "stop": 931449440
        },
        {
            "start": 931449442,
            "stop": 931449459
        },
        {
            "start": 931449460,
            "stop": 931449470
        },
        {
            "start": 931449472,
            "stop": 931449477
        },
        {
            "start": 931449479,
            "stop": 931449488
        },
        {
            "start": 931449490,
            "stop": 931449521
        },
        {
            "start": 931449523,
            "stop": 931449530
        },
        {
            "start": 931449532,
            "stop": 931449602
        },
        {
            "start": 931449604,
            "stop": 931449618
        },
        {
            "start": 931449620,
            "stop": 931449623
        },
        {
            "start": 931449626,
            "stop": 931449627
        },
        {
            "start": 931449629,
            "stop": 931449633
        },
        {
            "start": 931449635,
            "stop": 931449704
        }
    ]
}