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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=213",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=211",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 212,
    "results": [
        {
            "start": 931453113,
            "stop": 931453135
        },
        {
            "start": 931453139,
            "stop": 931453203
        },
        {
            "start": 931453205,
            "stop": 931453214
        },
        {
            "start": 931453216,
            "stop": 931453220
        },
        {
            "start": 931453222,
            "stop": 931453243
        },
        {
            "start": 931453245,
            "stop": 931453253
        },
        {
            "start": 931453255,
            "stop": 931453310
        },
        {
            "start": 931453312,
            "stop": 931453337
        },
        {
            "start": 931453339,
            "stop": 931453408
        },
        {
            "start": 931453410,
            "stop": 931453484
        },
        {
            "start": 931453486,
            "stop": 931453528
        },
        {
            "start": 931453530,
            "stop": 931453662
        },
        {
            "start": 931453664,
            "stop": 931453706
        },
        {
            "start": 931453708,
            "stop": 931453710
        },
        {
            "start": 931453713,
            "stop": 931453715
        },
        {
            "start": 931453718,
            "stop": 931453727
        },
        {
            "start": 931453731,
            "stop": 931453732
        },
        {
            "start": 931453734,
            "stop": 931453736
        },
        {
            "start": 931453737,
            "stop": 931453742
        },
        {
            "start": 931453744,
            "stop": 931453745
        }
    ]
}