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=294
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=295",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=293",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 294,
    "results": [
        {
            "start": 818497793,
            "stop": 818497868
        },
        {
            "start": 818497888,
            "stop": 818497891
        },
        {
            "start": 818497930,
            "stop": 818498017
        },
        {
            "start": 818498038,
            "stop": 818498062
        },
        {
            "start": 818498114,
            "stop": 818498175
        },
        {
            "start": 818498196,
            "stop": 818498315
        },
        {
            "start": 818498360,
            "stop": 818498373
        },
        {
            "start": 818498511,
            "stop": 818498776
        },
        {
            "start": 818498806,
            "stop": 818498813
        },
        {
            "start": 818498833,
            "stop": 818498992
        },
        {
            "start": 818499012,
            "stop": 818499707
        },
        {
            "start": 818499727,
            "stop": 818499932
        },
        {
            "start": 818499953,
            "stop": 818500154
        },
        {
            "start": 818500173,
            "stop": 818500371
        },
        {
            "start": 818500392,
            "stop": 818500396
        },
        {
            "start": 818500423,
            "stop": 818500727
        },
        {
            "start": 818500750,
            "stop": 818500843
        },
        {
            "start": 818500864,
            "stop": 818501180
        },
        {
            "start": 818501250,
            "stop": 818501297
        },
        {
            "start": 818501316,
            "stop": 818501437
        }
    ]
}