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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=408",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=406",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 407,
    "results": [
        {
            "start": 830032909,
            "stop": 830032917
        },
        {
            "start": 830032920,
            "stop": 830032929
        },
        {
            "start": 830032931,
            "stop": 830032932
        },
        {
            "start": 830032937,
            "stop": 830032938
        },
        {
            "start": 830032940,
            "stop": 830032971
        },
        {
            "start": 830032973,
            "stop": 830032980
        },
        {
            "start": 830032983,
            "stop": 830033001
        },
        {
            "start": 830033003,
            "stop": 830033019
        },
        {
            "start": 830033021,
            "stop": 830033023
        },
        {
            "start": 830033026,
            "stop": 830033041
        },
        {
            "start": 830033043,
            "stop": 830033049
        },
        {
            "start": 830033051,
            "stop": 830033083
        },
        {
            "start": 830033085,
            "stop": 830033088
        },
        {
            "start": 830033091,
            "stop": 830033100
        },
        {
            "start": 830033103,
            "stop": 830033123
        },
        {
            "start": 830033125,
            "stop": 830033153
        },
        {
            "start": 830033155,
            "stop": 830033165
        },
        {
            "start": 830033167,
            "stop": 830033182
        },
        {
            "start": 830033184,
            "stop": 830033251
        },
        {
            "start": 830033253,
            "stop": 830033254
        }
    ]
}