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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=100",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=98",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 99,
    "results": [
        {
            "start": 829067754,
            "stop": 829068164
        },
        {
            "start": 829068564,
            "stop": 829069643
        },
        {
            "start": 829070043,
            "stop": 829070134
        },
        {
            "start": 829070538,
            "stop": 829070872
        },
        {
            "start": 829073975,
            "stop": 829073978
        },
        {
            "start": 829074046,
            "stop": 829075098
        },
        {
            "start": 829075418,
            "stop": 829075475
        },
        {
            "start": 829076232,
            "stop": 829076375
        },
        {
            "start": 829079491,
            "stop": 829079562
        },
        {
            "start": 829079637,
            "stop": 829080135
        },
        {
            "start": 829080535,
            "stop": 829081740
        },
        {
            "start": 829082060,
            "stop": 829082193
        },
        {
            "start": 829082593,
            "stop": 829083709
        },
        {
            "start": 829083790,
            "stop": 829083887
        },
        {
            "start": 829085358,
            "stop": 829086882
        },
        {
            "start": 829087327,
            "stop": 829097092
        },
        {
            "start": 829115654,
            "stop": 829117533
        },
        {
            "start": 829118007,
            "stop": 829118513
        },
        {
            "start": 829118833,
            "stop": 829119388
        },
        {
            "start": 829119788,
            "stop": 829166580
        }
    ]
}