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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=595",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=593",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 594,
    "results": [
        {
            "start": 842389450,
            "stop": 842409233
        },
        {
            "start": 842409243,
            "stop": 842409247
        },
        {
            "start": 842409254,
            "stop": 842409280
        },
        {
            "start": 842411436,
            "stop": 842428677
        },
        {
            "start": 842430323,
            "stop": 842443952
        },
        {
            "start": 842445608,
            "stop": 842458201
        },
        {
            "start": 842459279,
            "stop": 842468470
        },
        {
            "start": 842469479,
            "stop": 842472494
        },
        {
            "start": 842473324,
            "stop": 842478531
        },
        {
            "start": 842480408,
            "stop": 842485359
        },
        {
            "start": 842486289,
            "stop": 842495249
        },
        {
            "start": 842497686,
            "stop": 842521638
        },
        {
            "start": 842522670,
            "stop": 842533742
        },
        {
            "start": 842533758,
            "stop": 842561784
        },
        {
            "start": 842565369,
            "stop": 842586543
        },
        {
            "start": 842587893,
            "stop": 842608720
        },
        {
            "start": 842608726,
            "stop": 842652966
        },
        {
            "start": 842655593,
            "stop": 842667001
        },
        {
            "start": 842667617,
            "stop": 842670980
        },
        {
            "start": 842672002,
            "stop": 842678812
        }
    ]
}