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=192
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=193",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=191",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 192,
    "results": [
        {
            "start": 818207495,
            "stop": 818207498
        },
        {
            "start": 818207501,
            "stop": 818207502
        },
        {
            "start": 818207505,
            "stop": 818207508
        },
        {
            "start": 818207528,
            "stop": 818207535
        },
        {
            "start": 818207538,
            "stop": 818207541
        },
        {
            "start": 818207559,
            "stop": 818207564
        },
        {
            "start": 818207574,
            "stop": 818207576
        },
        {
            "start": 818207579,
            "stop": 818207580
        },
        {
            "start": 818207598,
            "stop": 818207600
        },
        {
            "start": 818207603,
            "stop": 818207604
        },
        {
            "start": 818207619,
            "stop": 818207620
        },
        {
            "start": 818207623,
            "stop": 818207626
        },
        {
            "start": 818207629,
            "stop": 818207631
        },
        {
            "start": 818207637,
            "stop": 818207639
        },
        {
            "start": 818207642,
            "stop": 818207643
        },
        {
            "start": 818207663,
            "stop": 818207672
        },
        {
            "start": 818207675,
            "stop": 818207676
        },
        {
            "start": 818207680,
            "stop": 818207683
        },
        {
            "start": 818207686,
            "stop": 818207687
        },
        {
            "start": 818207693,
            "stop": 818207694
        }
    ]
}