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=8237
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=8238",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8236",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8237,
    "results": [
        {
            "start": 873749135,
            "stop": 873749147
        },
        {
            "start": 873749168,
            "stop": 873749183
        },
        {
            "start": 873750210,
            "stop": 873750224
        },
        {
            "start": 873750260,
            "stop": 873750333
        },
        {
            "start": 873750352,
            "stop": 873750407
        },
        {
            "start": 873750426,
            "stop": 873750629
        },
        {
            "start": 873750657,
            "stop": 873750681
        },
        {
            "start": 873750712,
            "stop": 873750731
        },
        {
            "start": 873750750,
            "stop": 873750758
        },
        {
            "start": 873750777,
            "stop": 873750780
        },
        {
            "start": 873751020,
            "stop": 873751080
        },
        {
            "start": 873751216,
            "stop": 873751260
        },
        {
            "start": 873751500,
            "stop": 873751619
        },
        {
            "start": 873751680,
            "stop": 873751757
        },
        {
            "start": 873751798,
            "stop": 873751860
        },
        {
            "start": 873752040,
            "stop": 873752160
        },
        {
            "start": 873752400,
            "stop": 873752460
        },
        {
            "start": 873753300,
            "stop": 873753327
        },
        {
            "start": 873753346,
            "stop": 873753360
        },
        {
            "start": 873754320,
            "stop": 873754334
        }
    ]
}