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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=229",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=227",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 228,
    "results": [
        {
            "start": 1240127771,
            "stop": 1240127973
        },
        {
            "start": 1240127974,
            "stop": 1240127997
        },
        {
            "start": 1240127999,
            "stop": 1240128158
        },
        {
            "start": 1240128159,
            "stop": 1240128188
        },
        {
            "start": 1240128189,
            "stop": 1240128523
        },
        {
            "start": 1240128524,
            "stop": 1240128729
        },
        {
            "start": 1240128732,
            "stop": 1240128776
        },
        {
            "start": 1240128777,
            "stop": 1240128876
        },
        {
            "start": 1240128877,
            "stop": 1240129143
        },
        {
            "start": 1240129144,
            "stop": 1240129147
        },
        {
            "start": 1240129148,
            "stop": 1240129180
        },
        {
            "start": 1240129181,
            "stop": 1240129204
        },
        {
            "start": 1240129205,
            "stop": 1240129219
        },
        {
            "start": 1240129220,
            "stop": 1240129281
        },
        {
            "start": 1240129282,
            "stop": 1240129312
        },
        {
            "start": 1240129314,
            "stop": 1240129334
        },
        {
            "start": 1240129335,
            "stop": 1240129382
        },
        {
            "start": 1240129384,
            "stop": 1240129554
        },
        {
            "start": 1240129555,
            "stop": 1240129586
        },
        {
            "start": 1240129587,
            "stop": 1240129782
        }
    ]
}