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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=416",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=414",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 415,
    "results": [
        {
            "start": 939849523,
            "stop": 939852502
        },
        {
            "start": 939855971,
            "stop": 939870505
        },
        {
            "start": 939885315,
            "stop": 939892138
        },
        {
            "start": 939895868,
            "stop": 939939139
        },
        {
            "start": 939946485,
            "stop": 939949631
        },
        {
            "start": 939951632,
            "stop": 939962262
        },
        {
            "start": 939962265,
            "stop": 939986630
        },
        {
            "start": 939991663,
            "stop": 939993923
        },
        {
            "start": 939995454,
            "stop": 940002401
        },
        {
            "start": 940002404,
            "stop": 940008724
        },
        {
            "start": 940008727,
            "stop": 940012119
        },
        {
            "start": 940015978,
            "stop": 940022061
        },
        {
            "start": 940022063,
            "stop": 940025440
        },
        {
            "start": 940027889,
            "stop": 940028494
        },
        {
            "start": 940054090,
            "stop": 940071891
        },
        {
            "start": 940071894,
            "stop": 940080925
        },
        {
            "start": 940080926,
            "stop": 940081488
        },
        {
            "start": 940081489,
            "stop": 940081490
        },
        {
            "start": 940081492,
            "stop": 940081694
        },
        {
            "start": 940081696,
            "stop": 940082155
        }
    ]
}