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=77
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=78",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=76",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 77,
    "results": [
        {
            "start": 816766786,
            "stop": 816766788
        },
        {
            "start": 816766835,
            "stop": 816766868
        },
        {
            "start": 816766971,
            "stop": 816766987
        },
        {
            "start": 816767055,
            "stop": 816767140
        },
        {
            "start": 816767160,
            "stop": 816767191
        },
        {
            "start": 816767268,
            "stop": 816767419
        },
        {
            "start": 816767487,
            "stop": 816767637
        },
        {
            "start": 816767708,
            "stop": 816767769
        },
        {
            "start": 816767804,
            "stop": 816767847
        },
        {
            "start": 816767874,
            "stop": 816767995
        },
        {
            "start": 816768131,
            "stop": 816768192
        },
        {
            "start": 816768214,
            "stop": 816768240
        },
        {
            "start": 816768312,
            "stop": 816768364
        },
        {
            "start": 816768383,
            "stop": 816768400
        },
        {
            "start": 816768421,
            "stop": 816768436
        },
        {
            "start": 816768440,
            "stop": 816768458
        },
        {
            "start": 816768479,
            "stop": 816768487
        },
        {
            "start": 816768536,
            "stop": 816768566
        },
        {
            "start": 816768585,
            "stop": 816768615
        },
        {
            "start": 816768640,
            "stop": 816768645
        }
    ]
}