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=8268
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=8269",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8267",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8268,
    "results": [
        {
            "start": 873864992,
            "stop": 873865030
        },
        {
            "start": 873865150,
            "stop": 873865184
        },
        {
            "start": 873865203,
            "stop": 873865212
        },
        {
            "start": 873865257,
            "stop": 873865258
        },
        {
            "start": 873865288,
            "stop": 873865292
        },
        {
            "start": 873865330,
            "stop": 873865349
        },
        {
            "start": 873865384,
            "stop": 873865389
        },
        {
            "start": 873865437,
            "stop": 873865438
        },
        {
            "start": 873865599,
            "stop": 873865648
        },
        {
            "start": 873865667,
            "stop": 873865690
        },
        {
            "start": 873865709,
            "stop": 873865977
        },
        {
            "start": 873866028,
            "stop": 873866151
        },
        {
            "start": 873866185,
            "stop": 873866216
        },
        {
            "start": 873866239,
            "stop": 873866277
        },
        {
            "start": 873866341,
            "stop": 873866350
        },
        {
            "start": 873866383,
            "stop": 873866499
        },
        {
            "start": 873866519,
            "stop": 873866833
        },
        {
            "start": 873866852,
            "stop": 873866967
        },
        {
            "start": 873867033,
            "stop": 873867038
        },
        {
            "start": 873867059,
            "stop": 873867123
        }
    ]
}