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=314
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=315",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=313",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 314,
    "results": [
        {
            "start": 818732474,
            "stop": 818732495
        },
        {
            "start": 818732707,
            "stop": 818732712
        },
        {
            "start": 818732792,
            "stop": 818732793
        },
        {
            "start": 818732940,
            "stop": 818732941
        },
        {
            "start": 818732960,
            "stop": 818733040
        },
        {
            "start": 818733062,
            "stop": 818733066
        },
        {
            "start": 818733137,
            "stop": 818733171
        },
        {
            "start": 818733255,
            "stop": 818733284
        },
        {
            "start": 818733351,
            "stop": 818733381
        },
        {
            "start": 818733539,
            "stop": 818733580
        },
        {
            "start": 818733601,
            "stop": 818733626
        },
        {
            "start": 818733686,
            "stop": 818733730
        },
        {
            "start": 818733840,
            "stop": 818733918
        },
        {
            "start": 818733958,
            "stop": 818733960
        },
        {
            "start": 818734055,
            "stop": 818734063
        },
        {
            "start": 818734140,
            "stop": 818734149
        },
        {
            "start": 818734176,
            "stop": 818734179
        },
        {
            "start": 818734226,
            "stop": 818734239
        },
        {
            "start": 818734338,
            "stop": 818734374
        },
        {
            "start": 818734393,
            "stop": 818734398
        }
    ]
}