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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7370",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7368",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7369,
    "results": [
        {
            "start": 969607561,
            "stop": 969608230
        },
        {
            "start": 969608233,
            "stop": 969608411
        },
        {
            "start": 969608414,
            "stop": 969608494
        },
        {
            "start": 969608497,
            "stop": 969608835
        },
        {
            "start": 969608838,
            "stop": 969609200
        },
        {
            "start": 969609203,
            "stop": 969609916
        },
        {
            "start": 969609919,
            "stop": 969610167
        },
        {
            "start": 969610188,
            "stop": 969610276
        },
        {
            "start": 969610297,
            "stop": 969610298
        },
        {
            "start": 969610303,
            "stop": 969610344
        },
        {
            "start": 969610347,
            "stop": 969611035
        },
        {
            "start": 969611038,
            "stop": 969611648
        },
        {
            "start": 969611651,
            "stop": 969611741
        },
        {
            "start": 969611742,
            "stop": 969611945
        },
        {
            "start": 969611966,
            "stop": 969612066
        },
        {
            "start": 969612069,
            "stop": 969612357
        },
        {
            "start": 969612360,
            "stop": 969613923
        },
        {
            "start": 969613926,
            "stop": 969614227
        },
        {
            "start": 969614230,
            "stop": 969614634
        },
        {
            "start": 969614645,
            "stop": 969615080
        }
    ]
}