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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=70",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 71,
    "results": [
        {
            "start": 816739951,
            "stop": 816740030
        },
        {
            "start": 816740051,
            "stop": 816740052
        },
        {
            "start": 816740106,
            "stop": 816740173
        },
        {
            "start": 816740193,
            "stop": 816740275
        },
        {
            "start": 816740296,
            "stop": 816740344
        },
        {
            "start": 816740396,
            "stop": 816740459
        },
        {
            "start": 816740479,
            "stop": 816740522
        },
        {
            "start": 816740550,
            "stop": 816740645
        },
        {
            "start": 816740720,
            "stop": 816740934
        },
        {
            "start": 816740994,
            "stop": 816741145
        },
        {
            "start": 816741172,
            "stop": 816741213
        },
        {
            "start": 816741234,
            "stop": 816741235
        },
        {
            "start": 816741274,
            "stop": 816741277
        },
        {
            "start": 816741296,
            "stop": 816741324
        },
        {
            "start": 816741343,
            "stop": 816741401
        },
        {
            "start": 816741448,
            "stop": 816741488
        },
        {
            "start": 816741508,
            "stop": 816741599
        },
        {
            "start": 816741637,
            "stop": 816741693
        },
        {
            "start": 816741723,
            "stop": 816741750
        },
        {
            "start": 816741772,
            "stop": 816741778
        }
    ]
}