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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=223",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=221",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 222,
    "results": [
        {
            "start": 933275175,
            "stop": 933275798
        },
        {
            "start": 933275800,
            "stop": 933276373
        },
        {
            "start": 933278775,
            "stop": 933280491
        },
        {
            "start": 933280508,
            "stop": 933281678
        },
        {
            "start": 933281681,
            "stop": 933281787
        },
        {
            "start": 933281806,
            "stop": 933282015
        },
        {
            "start": 933282375,
            "stop": 933285595
        },
        {
            "start": 933285598,
            "stop": 933285615
        },
        {
            "start": 933285975,
            "stop": 933286660
        },
        {
            "start": 933286662,
            "stop": 933288336
        },
        {
            "start": 933288338,
            "stop": 933289215
        },
        {
            "start": 933289575,
            "stop": 933289789
        },
        {
            "start": 933293175,
            "stop": 933294070
        },
        {
            "start": 933294073,
            "stop": 933294936
        },
        {
            "start": 933294939,
            "stop": 933296415
        },
        {
            "start": 933296775,
            "stop": 933300015
        },
        {
            "start": 933300375,
            "stop": 933300956
        },
        {
            "start": 933300958,
            "stop": 933302952
        },
        {
            "start": 933302954,
            "stop": 933303615
        },
        {
            "start": 933303975,
            "stop": 933304467
        }
    ]
}