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=387
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=388",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=386",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 387,
    "results": [
        {
            "start": 818327574,
            "stop": 818328441
        },
        {
            "start": 818333533,
            "stop": 818334213
        },
        {
            "start": 818334216,
            "stop": 818334245
        },
        {
            "start": 818334255,
            "stop": 818334262
        },
        {
            "start": 818334265,
            "stop": 818334268
        },
        {
            "start": 818334273,
            "stop": 818334274
        },
        {
            "start": 818334278,
            "stop": 818334298
        },
        {
            "start": 818339221,
            "stop": 818339224
        },
        {
            "start": 818339227,
            "stop": 818339235
        },
        {
            "start": 818339238,
            "stop": 818339247
        },
        {
            "start": 818339250,
            "stop": 818339418
        },
        {
            "start": 818339421,
            "stop": 818339454
        },
        {
            "start": 818339457,
            "stop": 818339534
        },
        {
            "start": 818339537,
            "stop": 818339623
        },
        {
            "start": 818340312,
            "stop": 818340549
        },
        {
            "start": 818340552,
            "stop": 818341867
        },
        {
            "start": 818343501,
            "stop": 818343505
        },
        {
            "start": 818343508,
            "stop": 818344715
        },
        {
            "start": 818344720,
            "stop": 818344749
        },
        {
            "start": 818344752,
            "stop": 818346272
        }
    ]
}