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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=85",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=83",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 84,
    "results": [
        {
            "start": 822849140,
            "stop": 822850813
        },
        {
            "start": 822852013,
            "stop": 822852362
        },
        {
            "start": 822852366,
            "stop": 822853273
        },
        {
            "start": 822854173,
            "stop": 822857676
        },
        {
            "start": 822857680,
            "stop": 822857721
        },
        {
            "start": 822857724,
            "stop": 822857842
        },
        {
            "start": 822857846,
            "stop": 822857882
        },
        {
            "start": 822857886,
            "stop": 822858405
        },
        {
            "start": 822858409,
            "stop": 822858449
        },
        {
            "start": 822858457,
            "stop": 822858541
        },
        {
            "start": 822858544,
            "stop": 822858550
        },
        {
            "start": 822858554,
            "stop": 822858599
        },
        {
            "start": 822858603,
            "stop": 822858623
        },
        {
            "start": 822858632,
            "stop": 822858717
        },
        {
            "start": 822858721,
            "stop": 822858824
        },
        {
            "start": 822858828,
            "stop": 822858848
        },
        {
            "start": 822858862,
            "stop": 822858884
        },
        {
            "start": 822858887,
            "stop": 822859333
        },
        {
            "start": 822859963,
            "stop": 822861860
        },
        {
            "start": 822861864,
            "stop": 822862020
        }
    ]
}