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=233
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=234",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=232",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 233,
    "results": [
        {
            "start": 818218863,
            "stop": 818218865
        },
        {
            "start": 818218868,
            "stop": 818218870
        },
        {
            "start": 818218892,
            "stop": 818218893
        },
        {
            "start": 818218896,
            "stop": 818218897
        },
        {
            "start": 818218901,
            "stop": 818218902
        },
        {
            "start": 818218908,
            "stop": 818218909
        },
        {
            "start": 818218914,
            "stop": 818218915
        },
        {
            "start": 818218920,
            "stop": 818218922
        },
        {
            "start": 818218932,
            "stop": 818218933
        },
        {
            "start": 818218939,
            "stop": 818218943
        },
        {
            "start": 818218950,
            "stop": 818218952
        },
        {
            "start": 818218957,
            "stop": 818218964
        },
        {
            "start": 818218971,
            "stop": 818218972
        },
        {
            "start": 818218995,
            "stop": 818219002
        },
        {
            "start": 818219014,
            "stop": 818219016
        },
        {
            "start": 818219025,
            "stop": 818219026
        },
        {
            "start": 818219038,
            "stop": 818219041
        },
        {
            "start": 818219060,
            "stop": 818219061
        },
        {
            "start": 818219069,
            "stop": 818219073
        },
        {
            "start": 818219094,
            "stop": 818219097
        }
    ]
}