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=403
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=404",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=402",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 403,
    "results": [
        {
            "start": 859754838,
            "stop": 859755151
        },
        {
            "start": 859755154,
            "stop": 859758214
        },
        {
            "start": 859760767,
            "stop": 859761192
        },
        {
            "start": 859765346,
            "stop": 859766586
        },
        {
            "start": 859769448,
            "stop": 859775972
        },
        {
            "start": 859775978,
            "stop": 859781019
        },
        {
            "start": 859782247,
            "stop": 859782818
        },
        {
            "start": 859784102,
            "stop": 859787094
        },
        {
            "start": 859787204,
            "stop": 859787769
        },
        {
            "start": 859788967,
            "stop": 859791479
        },
        {
            "start": 859791779,
            "stop": 859791890
        },
        {
            "start": 859792000,
            "stop": 859795066
        },
        {
            "start": 859795476,
            "stop": 859810595
        },
        {
            "start": 859810600,
            "stop": 859821863
        },
        {
            "start": 859821866,
            "stop": 859824471
        },
        {
            "start": 859824474,
            "stop": 859826268
        },
        {
            "start": 859826271,
            "stop": 859828436
        },
        {
            "start": 859828439,
            "stop": 859829047
        },
        {
            "start": 859829050,
            "stop": 859829950
        },
        {
            "start": 859829958,
            "stop": 859830228
        }
    ]
}