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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=150",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 151,
    "results": [
        {
            "start": 818727946,
            "stop": 818727965
        },
        {
            "start": 818727973,
            "stop": 818728036
        },
        {
            "start": 818728065,
            "stop": 818728074
        },
        {
            "start": 818728082,
            "stop": 818728104
        },
        {
            "start": 818728112,
            "stop": 818728204
        },
        {
            "start": 818728214,
            "stop": 818728215
        },
        {
            "start": 818728225,
            "stop": 818728231
        },
        {
            "start": 818728239,
            "stop": 818728263
        },
        {
            "start": 818728271,
            "stop": 818728323
        },
        {
            "start": 818728333,
            "stop": 818728359
        },
        {
            "start": 818728369,
            "stop": 818728375
        },
        {
            "start": 818728384,
            "stop": 818728394
        },
        {
            "start": 818728406,
            "stop": 818728512
        },
        {
            "start": 818728520,
            "stop": 818728546
        },
        {
            "start": 818728554,
            "stop": 818728856
        },
        {
            "start": 818728865,
            "stop": 818728978
        },
        {
            "start": 818728985,
            "stop": 818729045
        },
        {
            "start": 818729053,
            "stop": 818729248
        },
        {
            "start": 818729256,
            "stop": 818729389
        },
        {
            "start": 818729396,
            "stop": 818729417
        }
    ]
}