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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14764",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14762",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14763,
    "results": [
        {
            "start": 971181355,
            "stop": 971181357
        },
        {
            "start": 971181358,
            "stop": 971181359
        },
        {
            "start": 971181361,
            "stop": 971181362
        },
        {
            "start": 971181363,
            "stop": 971181364
        },
        {
            "start": 971181369,
            "stop": 971181373
        },
        {
            "start": 971181378,
            "stop": 971181380
        },
        {
            "start": 971181384,
            "stop": 971181385
        },
        {
            "start": 971181386,
            "stop": 971181387
        },
        {
            "start": 971181391,
            "stop": 971181392
        },
        {
            "start": 971181396,
            "stop": 971181400
        },
        {
            "start": 971181404,
            "stop": 971181409
        },
        {
            "start": 971181411,
            "stop": 971181416
        },
        {
            "start": 971181418,
            "stop": 971181419
        },
        {
            "start": 971181420,
            "stop": 971181422
        },
        {
            "start": 971181424,
            "stop": 971181426
        },
        {
            "start": 971181427,
            "stop": 971181428
        },
        {
            "start": 971181433,
            "stop": 971181434
        },
        {
            "start": 971181435,
            "stop": 971181436
        },
        {
            "start": 971181437,
            "stop": 971181439
        },
        {
            "start": 971181440,
            "stop": 971181442
        }
    ]
}