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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40696",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40694",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40695,
    "results": [
        {
            "start": 874937103,
            "stop": 874937123
        },
        {
            "start": 874937126,
            "stop": 874937181
        },
        {
            "start": 874937183,
            "stop": 874937208
        },
        {
            "start": 874937210,
            "stop": 874937229
        },
        {
            "start": 874937230,
            "stop": 874937247
        },
        {
            "start": 874937248,
            "stop": 874937250
        },
        {
            "start": 874937252,
            "stop": 874937293
        },
        {
            "start": 874937295,
            "stop": 874937314
        },
        {
            "start": 874937316,
            "stop": 874937389
        },
        {
            "start": 874937391,
            "stop": 874937399
        },
        {
            "start": 874937401,
            "stop": 874937416
        },
        {
            "start": 874937417,
            "stop": 874937421
        },
        {
            "start": 874937423,
            "stop": 874937463
        },
        {
            "start": 874937465,
            "stop": 874937589
        },
        {
            "start": 874937593,
            "stop": 874937609
        },
        {
            "start": 874937611,
            "stop": 874937615
        },
        {
            "start": 874937616,
            "stop": 874937617
        },
        {
            "start": 874937618,
            "stop": 874937632
        },
        {
            "start": 874937637,
            "stop": 874937640
        },
        {
            "start": 874937700,
            "stop": 874937719
        }
    ]
}