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=415
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=416",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=414",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 415,
    "results": [
        {
            "start": 1261414358,
            "stop": 1261414438
        },
        {
            "start": 1261422140,
            "stop": 1261423761
        },
        {
            "start": 1261423764,
            "stop": 1261424658
        },
        {
            "start": 1261424660,
            "stop": 1261426639
        },
        {
            "start": 1261426642,
            "stop": 1261427705
        },
        {
            "start": 1261427708,
            "stop": 1261428667
        },
        {
            "start": 1261428670,
            "stop": 1261429215
        },
        {
            "start": 1261429223,
            "stop": 1261430136
        },
        {
            "start": 1261430139,
            "stop": 1261434268
        },
        {
            "start": 1261434271,
            "stop": 1261435506
        },
        {
            "start": 1261435509,
            "stop": 1261435570
        },
        {
            "start": 1261435573,
            "stop": 1261435621
        },
        {
            "start": 1261435624,
            "stop": 1261437469
        },
        {
            "start": 1261437472,
            "stop": 1261440383
        },
        {
            "start": 1261440386,
            "stop": 1261443255
        },
        {
            "start": 1261443258,
            "stop": 1261443259
        },
        {
            "start": 1261443262,
            "stop": 1261443623
        },
        {
            "start": 1261443626,
            "stop": 1261444404
        },
        {
            "start": 1261444407,
            "stop": 1261445018
        },
        {
            "start": 1261445021,
            "stop": 1261445480
        }
    ]
}