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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=279",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=277",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 278,
    "results": [
        {
            "start": 1240122908,
            "stop": 1240123026
        },
        {
            "start": 1240123028,
            "stop": 1240123146
        },
        {
            "start": 1240123148,
            "stop": 1240123266
        },
        {
            "start": 1240123268,
            "stop": 1240123386
        },
        {
            "start": 1240123388,
            "stop": 1240123506
        },
        {
            "start": 1240123508,
            "stop": 1240123534
        },
        {
            "start": 1240123538,
            "stop": 1240123626
        },
        {
            "start": 1240123628,
            "stop": 1240123746
        },
        {
            "start": 1240123748,
            "stop": 1240123866
        },
        {
            "start": 1240123868,
            "stop": 1240123986
        },
        {
            "start": 1240123988,
            "stop": 1240124106
        },
        {
            "start": 1240124108,
            "stop": 1240124226
        },
        {
            "start": 1240124228,
            "stop": 1240124346
        },
        {
            "start": 1240124348,
            "stop": 1240124464
        },
        {
            "start": 1240124465,
            "stop": 1240124586
        },
        {
            "start": 1240124588,
            "stop": 1240124706
        },
        {
            "start": 1240124708,
            "stop": 1240124826
        },
        {
            "start": 1240124828,
            "stop": 1240124835
        },
        {
            "start": 1240124839,
            "stop": 1240124946
        },
        {
            "start": 1240124948,
            "stop": 1240125066
        }
    ]
}