Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=83
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=84",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=82",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 83,
    "results": [
        {
            "start": 842295916,
            "stop": 842303976
        },
        {
            "start": 842305118,
            "stop": 842325898
        },
        {
            "start": 842326705,
            "stop": 842385185
        },
        {
            "start": 842388568,
            "stop": 842388656
        },
        {
            "start": 842389450,
            "stop": 842409281
        },
        {
            "start": 842411436,
            "stop": 842428678
        },
        {
            "start": 842430323,
            "stop": 842443952
        },
        {
            "start": 842445608,
            "stop": 842458202
        },
        {
            "start": 842459279,
            "stop": 842468471
        },
        {
            "start": 842469479,
            "stop": 842472495
        },
        {
            "start": 842473324,
            "stop": 842478532
        },
        {
            "start": 842480408,
            "stop": 842485360
        },
        {
            "start": 842486289,
            "stop": 842495250
        },
        {
            "start": 842497686,
            "stop": 842521640
        },
        {
            "start": 842522670,
            "stop": 842561788
        },
        {
            "start": 842565369,
            "stop": 842586544
        },
        {
            "start": 842587893,
            "stop": 842652967
        },
        {
            "start": 842655593,
            "stop": 842667002
        },
        {
            "start": 842667617,
            "stop": 842670981
        },
        {
            "start": 842672002,
            "stop": 842678813
        }
    ]
}