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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=125",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=123",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 124,
    "results": [
        {
            "start": 836461567,
            "stop": 836461576
        },
        {
            "start": 836462434,
            "stop": 836465128
        },
        {
            "start": 836466453,
            "stop": 836466560
        },
        {
            "start": 836466567,
            "stop": 836468341
        },
        {
            "start": 836471012,
            "stop": 836472329
        },
        {
            "start": 836474116,
            "stop": 836478311
        },
        {
            "start": 836479880,
            "stop": 836485086
        },
        {
            "start": 836487042,
            "stop": 836491103
        },
        {
            "start": 836491109,
            "stop": 836494364
        },
        {
            "start": 836494371,
            "stop": 836502315
        },
        {
            "start": 836503674,
            "stop": 836514024
        },
        {
            "start": 836515291,
            "stop": 836542070
        },
        {
            "start": 836542838,
            "stop": 836558376
        },
        {
            "start": 836558384,
            "stop": 836558406
        },
        {
            "start": 836558414,
            "stop": 836578662
        },
        {
            "start": 836578668,
            "stop": 836578719
        },
        {
            "start": 836580914,
            "stop": 836583291
        },
        {
            "start": 836583298,
            "stop": 836583456
        },
        {
            "start": 836584540,
            "stop": 836586673
        },
        {
            "start": 836586687,
            "stop": 836588788
        }
    ]
}