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=263
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=264",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=262",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 263,
    "results": [
        {
            "start": 818229923,
            "stop": 818229926
        },
        {
            "start": 818229950,
            "stop": 818229952
        },
        {
            "start": 818229962,
            "stop": 818229963
        },
        {
            "start": 818229977,
            "stop": 818229980
        },
        {
            "start": 818229987,
            "stop": 818229988
        },
        {
            "start": 818229991,
            "stop": 818229992
        },
        {
            "start": 818230000,
            "stop": 818230004
        },
        {
            "start": 818230015,
            "stop": 818230020
        },
        {
            "start": 818230025,
            "stop": 818230026
        },
        {
            "start": 818230029,
            "stop": 818230031
        },
        {
            "start": 818230039,
            "stop": 818230042
        },
        {
            "start": 818230045,
            "stop": 818230047
        },
        {
            "start": 818230052,
            "stop": 818230057
        },
        {
            "start": 818230080,
            "stop": 818230081
        },
        {
            "start": 818230084,
            "stop": 818230086
        },
        {
            "start": 818230095,
            "stop": 818230097
        },
        {
            "start": 818230104,
            "stop": 818230106
        },
        {
            "start": 818230113,
            "stop": 818230114
        },
        {
            "start": 818230123,
            "stop": 818230125
        },
        {
            "start": 818230128,
            "stop": 818230132
        }
    ]
}