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=220
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=221",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=219",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 220,
    "results": [
        {
            "start": 817797620,
            "stop": 817797771
        },
        {
            "start": 817797791,
            "stop": 817797797
        },
        {
            "start": 817797816,
            "stop": 817798004
        },
        {
            "start": 817798021,
            "stop": 817798182
        },
        {
            "start": 817798237,
            "stop": 817798602
        },
        {
            "start": 817798622,
            "stop": 817798891
        },
        {
            "start": 817798911,
            "stop": 817798960
        },
        {
            "start": 817798985,
            "stop": 817799020
        },
        {
            "start": 817799052,
            "stop": 817799062
        },
        {
            "start": 817799088,
            "stop": 817799096
        },
        {
            "start": 817799117,
            "stop": 817799203
        },
        {
            "start": 817799233,
            "stop": 817799258
        },
        {
            "start": 817799282,
            "stop": 817799308
        },
        {
            "start": 817799332,
            "stop": 817799339
        },
        {
            "start": 817799359,
            "stop": 817799368
        },
        {
            "start": 817799402,
            "stop": 817799488
        },
        {
            "start": 817799514,
            "stop": 817799516
        },
        {
            "start": 817799536,
            "stop": 817799554
        },
        {
            "start": 817799604,
            "stop": 817799606
        },
        {
            "start": 817799738,
            "stop": 817799760
        }
    ]
}