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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=348",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=346",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 347,
    "results": [
        {
            "start": 818254195,
            "stop": 818254200
        },
        {
            "start": 818254232,
            "stop": 818254235
        },
        {
            "start": 818254267,
            "stop": 818254270
        },
        {
            "start": 818254273,
            "stop": 818254278
        },
        {
            "start": 818254286,
            "stop": 818254290
        },
        {
            "start": 818254293,
            "stop": 818254295
        },
        {
            "start": 818254299,
            "stop": 818254303
        },
        {
            "start": 818254309,
            "stop": 818254310
        },
        {
            "start": 818254318,
            "stop": 818254319
        },
        {
            "start": 818254323,
            "stop": 818254326
        },
        {
            "start": 818254335,
            "stop": 818254336
        },
        {
            "start": 818254350,
            "stop": 818254351
        },
        {
            "start": 818254354,
            "stop": 818254358
        },
        {
            "start": 818254362,
            "stop": 818254367
        },
        {
            "start": 818254395,
            "stop": 818254403
        },
        {
            "start": 818254416,
            "stop": 818254419
        },
        {
            "start": 818254422,
            "stop": 818254427
        },
        {
            "start": 818254434,
            "stop": 818254435
        },
        {
            "start": 818254450,
            "stop": 818254451
        },
        {
            "start": 818254462,
            "stop": 818254463
        }
    ]
}