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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8971",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8969",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8970,
    "results": [
        {
            "start": 873801901,
            "stop": 873801951
        },
        {
            "start": 873801987,
            "stop": 873802224
        },
        {
            "start": 873802244,
            "stop": 873802252
        },
        {
            "start": 873802271,
            "stop": 873802361
        },
        {
            "start": 873802380,
            "stop": 873802383
        },
        {
            "start": 873802410,
            "stop": 873802528
        },
        {
            "start": 873802547,
            "stop": 873802685
        },
        {
            "start": 873802766,
            "stop": 873802828
        },
        {
            "start": 873802851,
            "stop": 873802954
        },
        {
            "start": 873802973,
            "stop": 873802993
        },
        {
            "start": 873803136,
            "stop": 873803144
        },
        {
            "start": 873803195,
            "stop": 873803444
        },
        {
            "start": 873803463,
            "stop": 873803495
        },
        {
            "start": 873803515,
            "stop": 873803548
        },
        {
            "start": 873803574,
            "stop": 873803598
        },
        {
            "start": 873803625,
            "stop": 873803667
        },
        {
            "start": 873803693,
            "stop": 873803716
        },
        {
            "start": 873803736,
            "stop": 873803848
        },
        {
            "start": 873803872,
            "stop": 873803888
        },
        {
            "start": 873803908,
            "stop": 873803942
        }
    ]
}