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=364
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=365",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=363",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 364,
    "results": [
        {
            "start": 818259216,
            "stop": 818259217
        },
        {
            "start": 818259233,
            "stop": 818259234
        },
        {
            "start": 818259269,
            "stop": 818259271
        },
        {
            "start": 818259285,
            "stop": 818259286
        },
        {
            "start": 818259293,
            "stop": 818259296
        },
        {
            "start": 818259306,
            "stop": 818259307
        },
        {
            "start": 818259317,
            "stop": 818259318
        },
        {
            "start": 818259360,
            "stop": 818259362
        },
        {
            "start": 818259367,
            "stop": 818259368
        },
        {
            "start": 818259377,
            "stop": 818259380
        },
        {
            "start": 818259385,
            "stop": 818259387
        },
        {
            "start": 818259406,
            "stop": 818259407
        },
        {
            "start": 818259436,
            "stop": 818259437
        },
        {
            "start": 818259453,
            "stop": 818259455
        },
        {
            "start": 818259462,
            "stop": 818259464
        },
        {
            "start": 818259487,
            "stop": 818259490
        },
        {
            "start": 818259513,
            "stop": 818259517
        },
        {
            "start": 818259540,
            "stop": 818259542
        },
        {
            "start": 818259545,
            "stop": 818259548
        },
        {
            "start": 818259583,
            "stop": 818259584
        }
    ]
}