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=80
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=81",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=79",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 80,
    "results": [
        {
            "start": 817873628,
            "stop": 817873653
        },
        {
            "start": 817874685,
            "stop": 817875241
        },
        {
            "start": 817875244,
            "stop": 817875853
        },
        {
            "start": 817875855,
            "stop": 817876005
        },
        {
            "start": 817876008,
            "stop": 817876316
        },
        {
            "start": 817876319,
            "stop": 817876432
        },
        {
            "start": 817876435,
            "stop": 817877492
        },
        {
            "start": 817877495,
            "stop": 817878027
        },
        {
            "start": 817878031,
            "stop": 817878219
        },
        {
            "start": 817878222,
            "stop": 817878716
        },
        {
            "start": 817878719,
            "stop": 817878885
        },
        {
            "start": 817878888,
            "stop": 817879124
        },
        {
            "start": 817881058,
            "stop": 817881539
        },
        {
            "start": 817881543,
            "stop": 817882121
        },
        {
            "start": 817882124,
            "stop": 817882409
        },
        {
            "start": 817882412,
            "stop": 817882678
        },
        {
            "start": 817882681,
            "stop": 817884511
        },
        {
            "start": 817884514,
            "stop": 817884523
        },
        {
            "start": 817884526,
            "stop": 817888809
        },
        {
            "start": 817888816,
            "stop": 817888860
        }
    ]
}