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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=117",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=115",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 116,
    "results": [
        {
            "start": 817410634,
            "stop": 817411754
        },
        {
            "start": 817411771,
            "stop": 817412749
        },
        {
            "start": 817412869,
            "stop": 817412870
        },
        {
            "start": 817412990,
            "stop": 817416565
        },
        {
            "start": 817416685,
            "stop": 817418368
        },
        {
            "start": 817418400,
            "stop": 817418496
        },
        {
            "start": 817418528,
            "stop": 817419173
        },
        {
            "start": 817419176,
            "stop": 817419968
        },
        {
            "start": 817420000,
            "stop": 817420291
        },
        {
            "start": 817420308,
            "stop": 817421102
        },
        {
            "start": 817421120,
            "stop": 817421803
        },
        {
            "start": 817421923,
            "stop": 817422833
        },
        {
            "start": 817422953,
            "stop": 817422996
        },
        {
            "start": 817423853,
            "stop": 817425602
        },
        {
            "start": 817426677,
            "stop": 817428416
        },
        {
            "start": 817428448,
            "stop": 817428453
        },
        {
            "start": 817428456,
            "stop": 817429275
        },
        {
            "start": 817429806,
            "stop": 817429963
        },
        {
            "start": 817430157,
            "stop": 817430222
        },
        {
            "start": 817430420,
            "stop": 817430656
        }
    ]
}