Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=58
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=59",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=57",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 58,
    "results": [
        {
            "start": 1171837106,
            "stop": 1171837114
        },
        {
            "start": 1171837118,
            "stop": 1171837187
        },
        {
            "start": 1171837190,
            "stop": 1171837430
        },
        {
            "start": 1171837433,
            "stop": 1171839151
        },
        {
            "start": 1171839154,
            "stop": 1171841957
        },
        {
            "start": 1171841961,
            "stop": 1171845651
        },
        {
            "start": 1171846032,
            "stop": 1171846638
        },
        {
            "start": 1171846642,
            "stop": 1171857590
        },
        {
            "start": 1171857594,
            "stop": 1171861200
        },
        {
            "start": 1171861650,
            "stop": 1171865396
        },
        {
            "start": 1171872951,
            "stop": 1171873286
        },
        {
            "start": 1171873290,
            "stop": 1171876162
        },
        {
            "start": 1171876166,
            "stop": 1171893138
        },
        {
            "start": 1171893141,
            "stop": 1171895025
        },
        {
            "start": 1171895028,
            "stop": 1171908887
        },
        {
            "start": 1171908891,
            "stop": 1171912542
        },
        {
            "start": 1171912548,
            "stop": 1171913172
        },
        {
            "start": 1171913175,
            "stop": 1171914772
        },
        {
            "start": 1171914775,
            "stop": 1171922151
        },
        {
            "start": 1171922154,
            "stop": 1171922674
        }
    ]
}