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=8284
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=8285",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8283",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8284,
    "results": [
        {
            "start": 873987598,
            "stop": 873987830
        },
        {
            "start": 873987854,
            "stop": 873987900
        },
        {
            "start": 873987917,
            "stop": 873987922
        },
        {
            "start": 873987968,
            "stop": 873988299
        },
        {
            "start": 873988318,
            "stop": 873988368
        },
        {
            "start": 873988385,
            "stop": 873988498
        },
        {
            "start": 873988519,
            "stop": 873988722
        },
        {
            "start": 873988748,
            "stop": 873989932
        },
        {
            "start": 873989975,
            "stop": 873990631
        },
        {
            "start": 873990648,
            "stop": 873990649
        },
        {
            "start": 873990666,
            "stop": 873991353
        },
        {
            "start": 873991473,
            "stop": 873991840
        },
        {
            "start": 873991864,
            "stop": 873992052
        },
        {
            "start": 873992071,
            "stop": 873992093
        },
        {
            "start": 873992112,
            "stop": 873992350
        },
        {
            "start": 873992369,
            "stop": 873992744
        },
        {
            "start": 873992761,
            "stop": 873992970
        },
        {
            "start": 873994383,
            "stop": 873994535
        },
        {
            "start": 873994557,
            "stop": 873994568
        },
        {
            "start": 873994629,
            "stop": 873994653
        }
    ]
}