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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=227",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=225",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 226,
    "results": [
        {
            "start": 1259277649,
            "stop": 1259277694
        },
        {
            "start": 1259277700,
            "stop": 1259277791
        },
        {
            "start": 1259277794,
            "stop": 1259277853
        },
        {
            "start": 1259277856,
            "stop": 1259277872
        },
        {
            "start": 1259277875,
            "stop": 1259277967
        },
        {
            "start": 1259277970,
            "stop": 1259278003
        },
        {
            "start": 1259278006,
            "stop": 1259278012
        },
        {
            "start": 1259278015,
            "stop": 1259278053
        },
        {
            "start": 1259278056,
            "stop": 1259278091
        },
        {
            "start": 1259278097,
            "stop": 1259278172
        },
        {
            "start": 1259278175,
            "stop": 1259278252
        },
        {
            "start": 1259278258,
            "stop": 1259278267
        },
        {
            "start": 1259278270,
            "stop": 1259278297
        },
        {
            "start": 1259278300,
            "stop": 1259278331
        },
        {
            "start": 1259278334,
            "stop": 1259278364
        },
        {
            "start": 1259278366,
            "stop": 1259278367
        },
        {
            "start": 1259278373,
            "stop": 1259278451
        },
        {
            "start": 1259278457,
            "stop": 1259278487
        },
        {
            "start": 1259278490,
            "stop": 1259278525
        },
        {
            "start": 1259278530,
            "stop": 1259278544
        }
    ]
}