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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=176",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=174",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 175,
    "results": [
        {
            "start": 836487042,
            "stop": 836491104
        },
        {
            "start": 836491105,
            "stop": 836494365
        },
        {
            "start": 836494367,
            "stop": 836502286
        },
        {
            "start": 836503674,
            "stop": 836513995
        },
        {
            "start": 836515291,
            "stop": 836534788
        },
        {
            "start": 836534791,
            "stop": 836542070
        },
        {
            "start": 836542838,
            "stop": 836558377
        },
        {
            "start": 836558380,
            "stop": 836558407
        },
        {
            "start": 836558410,
            "stop": 836578663
        },
        {
            "start": 836578664,
            "stop": 836578690
        },
        {
            "start": 836580914,
            "stop": 836583292
        },
        {
            "start": 836583294,
            "stop": 836583427
        },
        {
            "start": 836584540,
            "stop": 836586674
        },
        {
            "start": 836586677,
            "stop": 836586678
        },
        {
            "start": 836586683,
            "stop": 836588773
        },
        {
            "start": 836588788,
            "stop": 836588789
        },
        {
            "start": 836588866,
            "stop": 836588962
        },
        {
            "start": 836588963,
            "stop": 836588971
        },
        {
            "start": 836588973,
            "stop": 836589350
        },
        {
            "start": 836589351,
            "stop": 836589367
        }
    ]
}