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_CAT2/segments?format=api&page=425
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=426",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=424",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 425,
    "results": [
        {
            "start": 818732269,
            "stop": 818732271
        },
        {
            "start": 818732274,
            "stop": 818732275
        },
        {
            "start": 818732281,
            "stop": 818732289
        },
        {
            "start": 818732294,
            "stop": 818732304
        },
        {
            "start": 818732313,
            "stop": 818732315
        },
        {
            "start": 818732319,
            "stop": 818732324
        },
        {
            "start": 818732361,
            "stop": 818732363
        },
        {
            "start": 818732366,
            "stop": 818732368
        },
        {
            "start": 818732371,
            "stop": 818732387
        },
        {
            "start": 818732394,
            "stop": 818732402
        },
        {
            "start": 818732411,
            "stop": 818732412
        },
        {
            "start": 818732415,
            "stop": 818732416
        },
        {
            "start": 818732423,
            "stop": 818732425
        },
        {
            "start": 818732428,
            "stop": 818732438
        },
        {
            "start": 818732447,
            "stop": 818732452
        },
        {
            "start": 818732461,
            "stop": 818732462
        },
        {
            "start": 818732466,
            "stop": 818732527
        },
        {
            "start": 818732531,
            "stop": 818732553
        },
        {
            "start": 818732556,
            "stop": 818732557
        },
        {
            "start": 818732565,
            "stop": 818732568
        }
    ]
}