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=8058
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=8059",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8057",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8058,
    "results": [
        {
            "start": 872297768,
            "stop": 872297791
        },
        {
            "start": 872297810,
            "stop": 872297880
        },
        {
            "start": 872297911,
            "stop": 872297967
        },
        {
            "start": 872297992,
            "stop": 872297996
        },
        {
            "start": 872298015,
            "stop": 872298027
        },
        {
            "start": 872298078,
            "stop": 872298703
        },
        {
            "start": 872298722,
            "stop": 872298728
        },
        {
            "start": 872298745,
            "stop": 872298867
        },
        {
            "start": 872298898,
            "stop": 872298909
        },
        {
            "start": 872298930,
            "stop": 872299019
        },
        {
            "start": 872299038,
            "stop": 872299360
        },
        {
            "start": 872299377,
            "stop": 872299682
        },
        {
            "start": 872299701,
            "stop": 872299832
        },
        {
            "start": 872299852,
            "stop": 872299888
        },
        {
            "start": 872299907,
            "stop": 872300603
        },
        {
            "start": 872300622,
            "stop": 872300870
        },
        {
            "start": 872300898,
            "stop": 872300926
        },
        {
            "start": 872300959,
            "stop": 872300984
        },
        {
            "start": 872301028,
            "stop": 872301084
        },
        {
            "start": 872301117,
            "stop": 872301183
        }
    ]
}