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=574
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=575",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=573",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 574,
    "results": [
        {
            "start": 1187247857,
            "stop": 1187248769
        },
        {
            "start": 1187248773,
            "stop": 1187249784
        },
        {
            "start": 1187249788,
            "stop": 1187251648
        },
        {
            "start": 1187251652,
            "stop": 1187273948
        },
        {
            "start": 1187273952,
            "stop": 1187276788
        },
        {
            "start": 1187278805,
            "stop": 1187278848
        },
        {
            "start": 1187278947,
            "stop": 1187281660
        },
        {
            "start": 1187281663,
            "stop": 1187282200
        },
        {
            "start": 1187282203,
            "stop": 1187293961
        },
        {
            "start": 1187293965,
            "stop": 1187295185
        },
        {
            "start": 1187295189,
            "stop": 1187296546
        },
        {
            "start": 1187296550,
            "stop": 1187299972
        },
        {
            "start": 1187299975,
            "stop": 1187302565
        },
        {
            "start": 1187302569,
            "stop": 1187304163
        },
        {
            "start": 1187304167,
            "stop": 1187310849
        },
        {
            "start": 1187310852,
            "stop": 1187312514
        },
        {
            "start": 1187312992,
            "stop": 1187313862
        },
        {
            "start": 1187313866,
            "stop": 1187321013
        },
        {
            "start": 1187321017,
            "stop": 1187321901
        },
        {
            "start": 1187321905,
            "stop": 1187323610
        }
    ]
}