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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=227",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=225",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 226,
    "results": [
        {
            "start": 851921638,
            "stop": 851928195
        },
        {
            "start": 851928804,
            "stop": 851934382
        },
        {
            "start": 851937679,
            "stop": 851939825
        },
        {
            "start": 851946828,
            "stop": 851965668
        },
        {
            "start": 851970009,
            "stop": 851970042
        },
        {
            "start": 851970486,
            "stop": 851970525
        },
        {
            "start": 851976314,
            "stop": 851977995
        },
        {
            "start": 851978563,
            "stop": 851978582
        },
        {
            "start": 851979666,
            "stop": 851980353
        },
        {
            "start": 851980447,
            "stop": 851980573
        },
        {
            "start": 851993881,
            "stop": 852019225
        },
        {
            "start": 852023416,
            "stop": 852025694
        },
        {
            "start": 852025804,
            "stop": 852025899
        },
        {
            "start": 852026199,
            "stop": 852047776
        },
        {
            "start": 852048872,
            "stop": 852051197
        },
        {
            "start": 852056064,
            "stop": 852065118
        },
        {
            "start": 852065418,
            "stop": 852065620
        },
        {
            "start": 852065730,
            "stop": 852065987
        },
        {
            "start": 852066619,
            "stop": 852067787
        },
        {
            "start": 852069950,
            "stop": 852070054
        }
    ]
}