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=53
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=54",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=52",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 53,
    "results": [
        {
            "start": 1371823324,
            "stop": 1371823960
        },
        {
            "start": 1371823963,
            "stop": 1371824015
        },
        {
            "start": 1371824019,
            "stop": 1371828242
        },
        {
            "start": 1371828247,
            "stop": 1371830404
        },
        {
            "start": 1371830409,
            "stop": 1371831671
        },
        {
            "start": 1371832238,
            "stop": 1371833471
        },
        {
            "start": 1371833476,
            "stop": 1371835021
        },
        {
            "start": 1371835724,
            "stop": 1371837018
        },
        {
            "start": 1371837023,
            "stop": 1371840007
        },
        {
            "start": 1371840012,
            "stop": 1371841513
        },
        {
            "start": 1371841516,
            "stop": 1371847232
        },
        {
            "start": 1371864268,
            "stop": 1371867844
        },
        {
            "start": 1371867849,
            "stop": 1371869748
        },
        {
            "start": 1371869751,
            "stop": 1371877457
        },
        {
            "start": 1371877462,
            "stop": 1371889441
        },
        {
            "start": 1371889446,
            "stop": 1371890733
        },
        {
            "start": 1371890738,
            "stop": 1371891909
        },
        {
            "start": 1371891914,
            "stop": 1371893865
        },
        {
            "start": 1371893870,
            "stop": 1371902417
        },
        {
            "start": 1371902748,
            "stop": 1371904162
        }
    ]
}