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=145
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=146",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=144",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 145,
    "results": [
        {
            "start": 836397463,
            "stop": 836412243
        },
        {
            "start": 836413952,
            "stop": 836426566
        },
        {
            "start": 836432247,
            "stop": 836453896
        },
        {
            "start": 836454959,
            "stop": 836459656
        },
        {
            "start": 836460610,
            "stop": 836461281
        },
        {
            "start": 836462434,
            "stop": 836465099
        },
        {
            "start": 836466453,
            "stop": 836466561
        },
        {
            "start": 836466563,
            "stop": 836468312
        },
        {
            "start": 836471012,
            "stop": 836472300
        },
        {
            "start": 836474116,
            "stop": 836478282
        },
        {
            "start": 836479880,
            "stop": 836484790
        },
        {
            "start": 836487042,
            "stop": 836491104
        },
        {
            "start": 836491105,
            "stop": 836494365
        },
        {
            "start": 836494367,
            "stop": 836502286
        },
        {
            "start": 836503674,
            "stop": 836513995
        },
        {
            "start": 836515291,
            "stop": 836542070
        },
        {
            "start": 836542838,
            "stop": 836578663
        },
        {
            "start": 836578664,
            "stop": 836578690
        },
        {
            "start": 836580914,
            "stop": 836583292
        },
        {
            "start": 836583294,
            "stop": 836583427
        }
    ]
}