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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=19",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 20,
    "results": [
        {
            "start": 1167881011,
            "stop": 1167884095
        },
        {
            "start": 1167884099,
            "stop": 1167884660
        },
        {
            "start": 1167884664,
            "stop": 1167884776
        },
        {
            "start": 1167884780,
            "stop": 1167887839
        },
        {
            "start": 1167887843,
            "stop": 1167890705
        },
        {
            "start": 1167890709,
            "stop": 1167891138
        },
        {
            "start": 1167891142,
            "stop": 1167891410
        },
        {
            "start": 1167891414,
            "stop": 1167892071
        },
        {
            "start": 1167892075,
            "stop": 1167892212
        },
        {
            "start": 1167892216,
            "stop": 1167894605
        },
        {
            "start": 1167894609,
            "stop": 1167897298
        },
        {
            "start": 1167897302,
            "stop": 1167897323
        },
        {
            "start": 1167897326,
            "stop": 1167904181
        },
        {
            "start": 1167904184,
            "stop": 1167906535
        },
        {
            "start": 1167906539,
            "stop": 1167906820
        },
        {
            "start": 1167906824,
            "stop": 1167908030
        },
        {
            "start": 1167908034,
            "stop": 1167910537
        },
        {
            "start": 1167910541,
            "stop": 1167916638
        },
        {
            "start": 1167916642,
            "stop": 1167922931
        },
        {
            "start": 1167922935,
            "stop": 1167924441
        }
    ]
}