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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=46",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 47,
    "results": [
        {
            "start": 1371369494,
            "stop": 1371374070
        },
        {
            "start": 1371374075,
            "stop": 1371374098
        },
        {
            "start": 1371374103,
            "stop": 1371374583
        },
        {
            "start": 1371374587,
            "stop": 1371375081
        },
        {
            "start": 1371375086,
            "stop": 1371375287
        },
        {
            "start": 1371375292,
            "stop": 1371375546
        },
        {
            "start": 1371375551,
            "stop": 1371376677
        },
        {
            "start": 1371376682,
            "stop": 1371376859
        },
        {
            "start": 1371376864,
            "stop": 1371378465
        },
        {
            "start": 1371378470,
            "stop": 1371380174
        },
        {
            "start": 1371380179,
            "stop": 1371380298
        },
        {
            "start": 1371380303,
            "stop": 1371380305
        },
        {
            "start": 1371380310,
            "stop": 1371380314
        },
        {
            "start": 1371380319,
            "stop": 1371380425
        },
        {
            "start": 1371380537,
            "stop": 1371381161
        },
        {
            "start": 1371381166,
            "stop": 1371381543
        },
        {
            "start": 1371381553,
            "stop": 1371381557
        },
        {
            "start": 1371381565,
            "stop": 1371381739
        },
        {
            "start": 1371381744,
            "stop": 1371381748
        },
        {
            "start": 1371381753,
            "stop": 1371381762
        }
    ]
}