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=281
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=282",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=280",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 281,
    "results": [
        {
            "start": 820847728,
            "stop": 820848601
        },
        {
            "start": 820848604,
            "stop": 820849622
        },
        {
            "start": 820849625,
            "stop": 820851814
        },
        {
            "start": 820851818,
            "stop": 820853438
        },
        {
            "start": 820853441,
            "stop": 820853447
        },
        {
            "start": 820853451,
            "stop": 820854287
        },
        {
            "start": 820854828,
            "stop": 820854855
        },
        {
            "start": 820854858,
            "stop": 820855460
        },
        {
            "start": 820856038,
            "stop": 820856288
        },
        {
            "start": 820856408,
            "stop": 820856514
        },
        {
            "start": 820856876,
            "stop": 820856930
        },
        {
            "start": 820856933,
            "stop": 820857079
        },
        {
            "start": 820857082,
            "stop": 820857245
        },
        {
            "start": 820857248,
            "stop": 820857252
        },
        {
            "start": 820857256,
            "stop": 820857293
        },
        {
            "start": 820857296,
            "stop": 820857790
        },
        {
            "start": 820857793,
            "stop": 820857896
        },
        {
            "start": 820857900,
            "stop": 820857915
        },
        {
            "start": 820858680,
            "stop": 820858894
        },
        {
            "start": 820858897,
            "stop": 820859159
        }
    ]
}