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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=263",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=261",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 262,
    "results": [
        {
            "start": 820487406,
            "stop": 820487536
        },
        {
            "start": 820487539,
            "stop": 820487664
        },
        {
            "start": 820487667,
            "stop": 820487669
        },
        {
            "start": 820487672,
            "stop": 820487813
        },
        {
            "start": 820487816,
            "stop": 820488002
        },
        {
            "start": 820488006,
            "stop": 820488009
        },
        {
            "start": 820488012,
            "stop": 820488213
        },
        {
            "start": 820488216,
            "stop": 820488443
        },
        {
            "start": 820488446,
            "stop": 820488592
        },
        {
            "start": 820488595,
            "stop": 820488658
        },
        {
            "start": 820488661,
            "stop": 820489073
        },
        {
            "start": 820489077,
            "stop": 820489529
        },
        {
            "start": 820489532,
            "stop": 820489794
        },
        {
            "start": 820489798,
            "stop": 820489806
        },
        {
            "start": 820489809,
            "stop": 820490394
        },
        {
            "start": 820490397,
            "stop": 820490449
        },
        {
            "start": 820490452,
            "stop": 820490455
        },
        {
            "start": 820490458,
            "stop": 820490746
        },
        {
            "start": 820490749,
            "stop": 820490759
        },
        {
            "start": 820490762,
            "stop": 820490820
        }
    ]
}