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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=315",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=313",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 314,
    "results": [
        {
            "start": 852023416,
            "stop": 852025694
        },
        {
            "start": 852025804,
            "stop": 852025899
        },
        {
            "start": 852026199,
            "stop": 852047624
        },
        {
            "start": 852047648,
            "stop": 852047672
        },
        {
            "start": 852047680,
            "stop": 852047712
        },
        {
            "start": 852047720,
            "stop": 852047768
        },
        {
            "start": 852048872,
            "stop": 852051197
        },
        {
            "start": 852056064,
            "stop": 852058395
        },
        {
            "start": 852058400,
            "stop": 852058442
        },
        {
            "start": 852058448,
            "stop": 852058487
        },
        {
            "start": 852058493,
            "stop": 852060080
        },
        {
            "start": 852060085,
            "stop": 852060127
        },
        {
            "start": 852060133,
            "stop": 852060180
        },
        {
            "start": 852060185,
            "stop": 852065118
        },
        {
            "start": 852065418,
            "stop": 852065620
        },
        {
            "start": 852065730,
            "stop": 852065987
        },
        {
            "start": 852066619,
            "stop": 852067787
        },
        {
            "start": 852069950,
            "stop": 852069952
        },
        {
            "start": 852069953,
            "stop": 852069955
        },
        {
            "start": 852069958,
            "stop": 852069959
        }
    ]
}