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=1922
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=1923",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1921",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1922,
    "results": [
        {
            "start": 1252092671,
            "stop": 1252092741
        },
        {
            "start": 1252092742,
            "stop": 1252092811
        },
        {
            "start": 1252092814,
            "stop": 1252092867
        },
        {
            "start": 1252092870,
            "stop": 1252093578
        },
        {
            "start": 1252093581,
            "stop": 1252093714
        },
        {
            "start": 1252093717,
            "stop": 1252094110
        },
        {
            "start": 1252094113,
            "stop": 1252094205
        },
        {
            "start": 1252094208,
            "stop": 1252094250
        },
        {
            "start": 1252094251,
            "stop": 1252094883
        },
        {
            "start": 1252094886,
            "stop": 1252094967
        },
        {
            "start": 1252094970,
            "stop": 1252095407
        },
        {
            "start": 1252095410,
            "stop": 1252095640
        },
        {
            "start": 1252095642,
            "stop": 1252095650
        },
        {
            "start": 1252095652,
            "stop": 1252095836
        },
        {
            "start": 1252095839,
            "stop": 1252095971
        },
        {
            "start": 1252095973,
            "stop": 1252096409
        },
        {
            "start": 1252096412,
            "stop": 1252096418
        },
        {
            "start": 1252096421,
            "stop": 1252097613
        },
        {
            "start": 1252097616,
            "stop": 1252097785
        },
        {
            "start": 1252097787,
            "stop": 1252097788
        }
    ]
}