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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=109",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=107",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 108,
    "results": [
        {
            "start": 931092884,
            "stop": 931092891
        },
        {
            "start": 931092893,
            "stop": 931092896
        },
        {
            "start": 931092898,
            "stop": 931092899
        },
        {
            "start": 931092900,
            "stop": 931092901
        },
        {
            "start": 931092902,
            "stop": 931092905
        },
        {
            "start": 931092910,
            "stop": 931092912
        },
        {
            "start": 931092914,
            "stop": 931092915
        },
        {
            "start": 931092917,
            "stop": 931092922
        },
        {
            "start": 931092923,
            "stop": 931092924
        },
        {
            "start": 931092927,
            "stop": 931092928
        },
        {
            "start": 931092929,
            "stop": 931092934
        },
        {
            "start": 931092935,
            "stop": 931092939
        },
        {
            "start": 931092943,
            "stop": 931092945
        },
        {
            "start": 931092949,
            "stop": 931092950
        },
        {
            "start": 931092952,
            "stop": 931092954
        },
        {
            "start": 931092958,
            "stop": 931092960
        },
        {
            "start": 931092963,
            "stop": 931092968
        },
        {
            "start": 931092970,
            "stop": 931092973
        },
        {
            "start": 931092975,
            "stop": 931092977
        },
        {
            "start": 931092978,
            "stop": 931092980
        }
    ]
}