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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=447",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=445",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 446,
    "results": [
        {
            "start": 1182989593,
            "stop": 1182989595
        },
        {
            "start": 1182989601,
            "stop": 1182993620
        },
        {
            "start": 1182993623,
            "stop": 1182993624
        },
        {
            "start": 1182993626,
            "stop": 1182994400
        },
        {
            "start": 1182994402,
            "stop": 1182995895
        },
        {
            "start": 1182995897,
            "stop": 1182995910
        },
        {
            "start": 1182995914,
            "stop": 1182995926
        },
        {
            "start": 1182995930,
            "stop": 1182997241
        },
        {
            "start": 1182997243,
            "stop": 1182997271
        },
        {
            "start": 1182997273,
            "stop": 1182997274
        },
        {
            "start": 1182997277,
            "stop": 1182997279
        },
        {
            "start": 1182997281,
            "stop": 1182997283
        },
        {
            "start": 1182997285,
            "stop": 1182998485
        },
        {
            "start": 1182998489,
            "stop": 1182998554
        },
        {
            "start": 1182998558,
            "stop": 1182999810
        },
        {
            "start": 1182999812,
            "stop": 1182999820
        },
        {
            "start": 1182999821,
            "stop": 1182999823
        },
        {
            "start": 1182999826,
            "stop": 1182999884
        },
        {
            "start": 1182999888,
            "stop": 1183000338
        },
        {
            "start": 1183000341,
            "stop": 1183000343
        }
    ]
}