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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=262",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=260",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 261,
    "results": [
        {
            "start": 1174287642,
            "stop": 1174288530
        },
        {
            "start": 1174288532,
            "stop": 1174289667
        },
        {
            "start": 1174289669,
            "stop": 1174290408
        },
        {
            "start": 1174290410,
            "stop": 1174291310
        },
        {
            "start": 1174291312,
            "stop": 1174292320
        },
        {
            "start": 1174292322,
            "stop": 1174293544
        },
        {
            "start": 1174293546,
            "stop": 1174294569
        },
        {
            "start": 1174294571,
            "stop": 1174295933
        },
        {
            "start": 1174295935,
            "stop": 1174297317
        },
        {
            "start": 1174297319,
            "stop": 1174297791
        },
        {
            "start": 1174297795,
            "stop": 1174298685
        },
        {
            "start": 1174298687,
            "stop": 1174299995
        },
        {
            "start": 1174299997,
            "stop": 1174301415
        },
        {
            "start": 1174301417,
            "stop": 1174302713
        },
        {
            "start": 1174302715,
            "stop": 1174304063
        },
        {
            "start": 1174304065,
            "stop": 1174305018
        },
        {
            "start": 1174305020,
            "stop": 1174306204
        },
        {
            "start": 1174306206,
            "stop": 1174307235
        },
        {
            "start": 1174307237,
            "stop": 1174308449
        },
        {
            "start": 1174308451,
            "stop": 1174309471
        }
    ]
}