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=2064
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=2065",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2063",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2064,
    "results": [
        {
            "start": 861925183,
            "stop": 861925283
        },
        {
            "start": 861925583,
            "stop": 861931595
        },
        {
            "start": 861931895,
            "stop": 861945979
        },
        {
            "start": 861947852,
            "stop": 861972053
        },
        {
            "start": 861972055,
            "stop": 861981555
        },
        {
            "start": 861981560,
            "stop": 861982410
        },
        {
            "start": 861982415,
            "stop": 861985166
        },
        {
            "start": 861985169,
            "stop": 861990506
        },
        {
            "start": 861990509,
            "stop": 861990537
        },
        {
            "start": 861990544,
            "stop": 861990546
        },
        {
            "start": 861990551,
            "stop": 861990552
        },
        {
            "start": 861990557,
            "stop": 861992397
        },
        {
            "start": 861992403,
            "stop": 861992405
        },
        {
            "start": 861992413,
            "stop": 861992490
        },
        {
            "start": 861993129,
            "stop": 861994122
        },
        {
            "start": 861994124,
            "stop": 861994800
        },
        {
            "start": 861994805,
            "stop": 861994822
        },
        {
            "start": 861994828,
            "stop": 861996593
        },
        {
            "start": 861997760,
            "stop": 861997941
        },
        {
            "start": 861997947,
            "stop": 861998292
        }
    ]
}