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=134
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=135",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=133",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 134,
    "results": [
        {
            "start": 817001505,
            "stop": 817001573
        },
        {
            "start": 817001604,
            "stop": 817002686
        },
        {
            "start": 817002706,
            "stop": 817002923
        },
        {
            "start": 817002943,
            "stop": 817003036
        },
        {
            "start": 817003051,
            "stop": 817003053
        },
        {
            "start": 817003094,
            "stop": 817003256
        },
        {
            "start": 817003276,
            "stop": 817003876
        },
        {
            "start": 817003897,
            "stop": 817003940
        },
        {
            "start": 817003979,
            "stop": 817004057
        },
        {
            "start": 817004077,
            "stop": 817004183
        },
        {
            "start": 817004205,
            "stop": 817004398
        },
        {
            "start": 817004418,
            "stop": 817004671
        },
        {
            "start": 817004691,
            "stop": 817004731
        },
        {
            "start": 817004750,
            "stop": 817004796
        },
        {
            "start": 817005314,
            "stop": 817005319
        },
        {
            "start": 817005357,
            "stop": 817005385
        },
        {
            "start": 817005405,
            "stop": 817005414
        },
        {
            "start": 817005466,
            "stop": 817005485
        },
        {
            "start": 817005522,
            "stop": 817005550
        },
        {
            "start": 817005597,
            "stop": 817005609
        }
    ]
}