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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=129",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=127",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 128,
    "results": [
        {
            "start": 849925255,
            "stop": 849927287
        },
        {
            "start": 849930978,
            "stop": 849958809
        },
        {
            "start": 849958981,
            "stop": 849974437
        },
        {
            "start": 849995822,
            "stop": 849996239
        },
        {
            "start": 849996690,
            "stop": 849996834
        },
        {
            "start": 849997048,
            "stop": 849997771
        },
        {
            "start": 849997968,
            "stop": 849997974
        },
        {
            "start": 850000166,
            "stop": 850030929
        },
        {
            "start": 850031414,
            "stop": 850066273
        },
        {
            "start": 850066381,
            "stop": 850066775
        },
        {
            "start": 850101279,
            "stop": 850111308
        },
        {
            "start": 850111555,
            "stop": 850112275
        },
        {
            "start": 850117547,
            "stop": 850137784
        },
        {
            "start": 850140418,
            "stop": 850161577
        },
        {
            "start": 850162544,
            "stop": 850164463
        },
        {
            "start": 850165234,
            "stop": 850182189
        },
        {
            "start": 850182444,
            "stop": 850187444
        },
        {
            "start": 850240759,
            "stop": 850241470
        },
        {
            "start": 850265413,
            "stop": 850278296
        },
        {
            "start": 850281534,
            "stop": 850282743
        }
    ]
}