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=113
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=114",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=112",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 113,
    "results": [
        {
            "start": 831146082,
            "stop": 831146776
        },
        {
            "start": 831148670,
            "stop": 831151120
        },
        {
            "start": 831151420,
            "stop": 831153012
        },
        {
            "start": 831153666,
            "stop": 831155580
        },
        {
            "start": 831155677,
            "stop": 831155699
        },
        {
            "start": 831155955,
            "stop": 831155975
        },
        {
            "start": 831156250,
            "stop": 831156706
        },
        {
            "start": 831156828,
            "stop": 831156869
        },
        {
            "start": 831157044,
            "stop": 831157391
        },
        {
            "start": 831159558,
            "stop": 831162107
        },
        {
            "start": 831162407,
            "stop": 831163708
        },
        {
            "start": 831164024,
            "stop": 831164659
        },
        {
            "start": 831164959,
            "stop": 831165506
        },
        {
            "start": 831165616,
            "stop": 831165620
        },
        {
            "start": 831166381,
            "stop": 831166949
        },
        {
            "start": 831167059,
            "stop": 831167199
        },
        {
            "start": 831170968,
            "stop": 831171306
        },
        {
            "start": 831175487,
            "stop": 831175498
        },
        {
            "start": 831175674,
            "stop": 831176098
        },
        {
            "start": 831176398,
            "stop": 831180447
        }
    ]
}