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=277
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=278",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=276",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 277,
    "results": [
        {
            "start": 818317954,
            "stop": 818317971
        },
        {
            "start": 818317993,
            "stop": 818318055
        },
        {
            "start": 818318088,
            "stop": 818318159
        },
        {
            "start": 818318181,
            "stop": 818318253
        },
        {
            "start": 818318330,
            "stop": 818318358
        },
        {
            "start": 818318377,
            "stop": 818318497
        },
        {
            "start": 818322206,
            "stop": 818322212
        },
        {
            "start": 818322240,
            "stop": 818322420
        },
        {
            "start": 818322439,
            "stop": 818322512
        },
        {
            "start": 818322541,
            "stop": 818322627
        },
        {
            "start": 818322664,
            "stop": 818322676
        },
        {
            "start": 818322704,
            "stop": 818322763
        },
        {
            "start": 818322792,
            "stop": 818322803
        },
        {
            "start": 818322839,
            "stop": 818322848
        },
        {
            "start": 818322867,
            "stop": 818322940
        },
        {
            "start": 818322970,
            "stop": 818323041
        },
        {
            "start": 818323061,
            "stop": 818323074
        },
        {
            "start": 818323119,
            "stop": 818323236
        },
        {
            "start": 818323258,
            "stop": 818323411
        },
        {
            "start": 818323434,
            "stop": 818323618
        }
    ]
}