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=178
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=179",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=177",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 178,
    "results": [
        {
            "start": 817425790,
            "stop": 817425806
        },
        {
            "start": 817425825,
            "stop": 817425828
        },
        {
            "start": 817425852,
            "stop": 817426166
        },
        {
            "start": 817426183,
            "stop": 817426203
        },
        {
            "start": 817426222,
            "stop": 817426231
        },
        {
            "start": 817426262,
            "stop": 817426292
        },
        {
            "start": 817430054,
            "stop": 817430190
        },
        {
            "start": 817431150,
            "stop": 817431175
        },
        {
            "start": 817431204,
            "stop": 817431476
        },
        {
            "start": 817431662,
            "stop": 817431719
        },
        {
            "start": 817431738,
            "stop": 817434290
        },
        {
            "start": 817434545,
            "stop": 817436333
        },
        {
            "start": 817436377,
            "stop": 817437285
        },
        {
            "start": 817437308,
            "stop": 817439928
        },
        {
            "start": 817439946,
            "stop": 817441809
        },
        {
            "start": 817441828,
            "stop": 817443176
        },
        {
            "start": 817443203,
            "stop": 817443227
        },
        {
            "start": 817443244,
            "stop": 817443611
        },
        {
            "start": 817443642,
            "stop": 817443667
        },
        {
            "start": 817443712,
            "stop": 817443878
        }
    ]
}