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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=788",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=786",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 787,
    "results": [
        {
            "start": 866090206,
            "stop": 866093364
        },
        {
            "start": 866093367,
            "stop": 866099423
        },
        {
            "start": 866100776,
            "stop": 866110351
        },
        {
            "start": 866114075,
            "stop": 866120410
        },
        {
            "start": 866120413,
            "stop": 866123128
        },
        {
            "start": 866124252,
            "stop": 866125751
        },
        {
            "start": 866133755,
            "stop": 866133948
        },
        {
            "start": 866133951,
            "stop": 866134586
        },
        {
            "start": 866135227,
            "stop": 866135307
        },
        {
            "start": 866138632,
            "stop": 866139065
        },
        {
            "start": 866139070,
            "stop": 866139652
        },
        {
            "start": 866139655,
            "stop": 866139894
        },
        {
            "start": 866139897,
            "stop": 866141266
        },
        {
            "start": 866141270,
            "stop": 866143861
        },
        {
            "start": 866143864,
            "stop": 866145596
        },
        {
            "start": 866145599,
            "stop": 866149329
        },
        {
            "start": 866149332,
            "stop": 866150165
        },
        {
            "start": 866150168,
            "stop": 866150367
        },
        {
            "start": 866150370,
            "stop": 866150392
        },
        {
            "start": 866153219,
            "stop": 866157809
        }
    ]
}