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=7385
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=7386",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7384",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7385,
    "results": [
        {
            "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
        },
        {
            "start": 969615083,
            "stop": 969616408
        },
        {
            "start": 969616411,
            "stop": 969616815
        },
        {
            "start": 969616818,
            "stop": 969617212
        },
        {
            "start": 969617215,
            "stop": 969617808
        },
        {
            "start": 969617811,
            "stop": 969618794
        }
    ]
}