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=3727
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=3728",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3726",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3727,
    "results": [
        {
            "start": 872685371,
            "stop": 872685374
        },
        {
            "start": 872685376,
            "stop": 872685379
        },
        {
            "start": 872685382,
            "stop": 872685384
        },
        {
            "start": 872685385,
            "stop": 872685386
        },
        {
            "start": 872685389,
            "stop": 872685391
        },
        {
            "start": 872685393,
            "stop": 872685394
        },
        {
            "start": 872685395,
            "stop": 872685397
        },
        {
            "start": 872685398,
            "stop": 872685400
        },
        {
            "start": 872685401,
            "stop": 872685404
        },
        {
            "start": 872685405,
            "stop": 872685406
        },
        {
            "start": 872685409,
            "stop": 872685413
        },
        {
            "start": 872685414,
            "stop": 872685415
        },
        {
            "start": 872685416,
            "stop": 872685430
        },
        {
            "start": 872685433,
            "stop": 872685438
        },
        {
            "start": 872685439,
            "stop": 872685440
        },
        {
            "start": 872685441,
            "stop": 872685456
        },
        {
            "start": 872685457,
            "stop": 872685469
        },
        {
            "start": 872685470,
            "stop": 872685479
        },
        {
            "start": 872685480,
            "stop": 872685494
        },
        {
            "start": 872685496,
            "stop": 872685509
        }
    ]
}