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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=355",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=353",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 354,
    "results": [
        {
            "start": 818830191,
            "stop": 818830199
        },
        {
            "start": 818830237,
            "stop": 818830258
        },
        {
            "start": 818830287,
            "stop": 818830297
        },
        {
            "start": 818830329,
            "stop": 818830333
        },
        {
            "start": 818830362,
            "stop": 818830373
        },
        {
            "start": 818830450,
            "stop": 818830509
        },
        {
            "start": 818830530,
            "stop": 818830568
        },
        {
            "start": 818830622,
            "stop": 818830670
        },
        {
            "start": 818830689,
            "stop": 818830779
        },
        {
            "start": 818830875,
            "stop": 818830879
        },
        {
            "start": 818830957,
            "stop": 818830978
        },
        {
            "start": 818831135,
            "stop": 818831150
        },
        {
            "start": 818831312,
            "stop": 818831341
        },
        {
            "start": 818831401,
            "stop": 818831405
        },
        {
            "start": 818831446,
            "stop": 818831456
        },
        {
            "start": 818831554,
            "stop": 818831606
        },
        {
            "start": 818839486,
            "stop": 818839513
        },
        {
            "start": 818839573,
            "stop": 818839579
        },
        {
            "start": 818839582,
            "stop": 818839729
        },
        {
            "start": 818839732,
            "stop": 818839734
        }
    ]
}