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=285
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=286",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=284",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 285,
    "results": [
        {
            "start": 818236252,
            "stop": 818236253
        },
        {
            "start": 818236257,
            "stop": 818236263
        },
        {
            "start": 818236266,
            "stop": 818236267
        },
        {
            "start": 818236270,
            "stop": 818236271
        },
        {
            "start": 818236297,
            "stop": 818236301
        },
        {
            "start": 818236307,
            "stop": 818236308
        },
        {
            "start": 818236311,
            "stop": 818236318
        },
        {
            "start": 818236330,
            "stop": 818236336
        },
        {
            "start": 818236343,
            "stop": 818236344
        },
        {
            "start": 818236348,
            "stop": 818236351
        },
        {
            "start": 818236354,
            "stop": 818236360
        },
        {
            "start": 818236364,
            "stop": 818236365
        },
        {
            "start": 818236378,
            "stop": 818236379
        },
        {
            "start": 818236384,
            "stop": 818236385
        },
        {
            "start": 818236391,
            "stop": 818236394
        },
        {
            "start": 818236398,
            "stop": 818236401
        },
        {
            "start": 818236411,
            "stop": 818236413
        },
        {
            "start": 818236429,
            "stop": 818236430
        },
        {
            "start": 818236434,
            "stop": 818236435
        },
        {
            "start": 818236446,
            "stop": 818236447
        }
    ]
}