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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=110",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=108",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 109,
    "results": [
        {
            "start": 1377637938,
            "stop": 1377640781
        },
        {
            "start": 1377640786,
            "stop": 1377645673
        },
        {
            "start": 1377645678,
            "stop": 1377645805
        },
        {
            "start": 1377645810,
            "stop": 1377661990
        },
        {
            "start": 1377661995,
            "stop": 1377663025
        },
        {
            "start": 1377663030,
            "stop": 1377680305
        },
        {
            "start": 1377680310,
            "stop": 1377682406
        },
        {
            "start": 1377682411,
            "stop": 1377682536
        },
        {
            "start": 1377682541,
            "stop": 1377684248
        },
        {
            "start": 1377684253,
            "stop": 1377686649
        },
        {
            "start": 1377691574,
            "stop": 1377693916
        },
        {
            "start": 1377693919,
            "stop": 1377697639
        },
        {
            "start": 1377697644,
            "stop": 1377701931
        },
        {
            "start": 1377701936,
            "stop": 1377706102
        },
        {
            "start": 1377706105,
            "stop": 1377706739
        },
        {
            "start": 1377706744,
            "stop": 1377707519
        },
        {
            "start": 1377707522,
            "stop": 1377708184
        },
        {
            "start": 1377708187,
            "stop": 1377708245
        },
        {
            "start": 1377708250,
            "stop": 1377710192
        },
        {
            "start": 1377710197,
            "stop": 1377710519
        }
    ]
}