Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=540
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=541",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=539",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 540,
    "results": [
        {
            "start": 829070538,
            "stop": 829070872
        },
        {
            "start": 829073975,
            "stop": 829073977
        },
        {
            "start": 829074046,
            "stop": 829075098
        },
        {
            "start": 829075418,
            "stop": 829075475
        },
        {
            "start": 829076232,
            "stop": 829076247
        },
        {
            "start": 829076248,
            "stop": 829076353
        },
        {
            "start": 829079491,
            "stop": 829079533
        },
        {
            "start": 829079637,
            "stop": 829080135
        },
        {
            "start": 829080535,
            "stop": 829081740
        },
        {
            "start": 829082060,
            "stop": 829082193
        },
        {
            "start": 829082593,
            "stop": 829083216
        },
        {
            "start": 829083217,
            "stop": 829083709
        },
        {
            "start": 829083790,
            "stop": 829083887
        },
        {
            "start": 829085358,
            "stop": 829086882
        },
        {
            "start": 829087327,
            "stop": 829097053
        },
        {
            "start": 829115654,
            "stop": 829117533
        },
        {
            "start": 829118007,
            "stop": 829118513
        },
        {
            "start": 829118833,
            "stop": 829119388
        },
        {
            "start": 829119788,
            "stop": 829166533
        },
        {
            "start": 829166578,
            "stop": 829166579
        }
    ]
}