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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=190",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=188",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 189,
    "results": [
        {
            "start": 818206780,
            "stop": 818206782
        },
        {
            "start": 818206789,
            "stop": 818206792
        },
        {
            "start": 818206805,
            "stop": 818206807
        },
        {
            "start": 818206831,
            "stop": 818206832
        },
        {
            "start": 818206862,
            "stop": 818206864
        },
        {
            "start": 818206872,
            "stop": 818206877
        },
        {
            "start": 818206885,
            "stop": 818206886
        },
        {
            "start": 818206890,
            "stop": 818206893
        },
        {
            "start": 818206898,
            "stop": 818206905
        },
        {
            "start": 818206909,
            "stop": 818206912
        },
        {
            "start": 818206915,
            "stop": 818206920
        },
        {
            "start": 818206928,
            "stop": 818206929
        },
        {
            "start": 818206936,
            "stop": 818206937
        },
        {
            "start": 818206943,
            "stop": 818206945
        },
        {
            "start": 818206952,
            "stop": 818206953
        },
        {
            "start": 818206980,
            "stop": 818206981
        },
        {
            "start": 818206991,
            "stop": 818206994
        },
        {
            "start": 818206998,
            "stop": 818206999
        },
        {
            "start": 818207007,
            "stop": 818207011
        },
        {
            "start": 818207032,
            "stop": 818207033
        }
    ]
}