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=40882
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=40883",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40881",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40882,
    "results": [
        {
            "start": 875067447,
            "stop": 875067508
        },
        {
            "start": 875067509,
            "stop": 875067529
        },
        {
            "start": 875067531,
            "stop": 875067593
        },
        {
            "start": 875067594,
            "stop": 875067615
        },
        {
            "start": 875067616,
            "stop": 875067636
        },
        {
            "start": 875067637,
            "stop": 875067674
        },
        {
            "start": 875067676,
            "stop": 875067741
        },
        {
            "start": 875067744,
            "stop": 875067758
        },
        {
            "start": 875067760,
            "stop": 875067785
        },
        {
            "start": 875067786,
            "stop": 875067813
        },
        {
            "start": 875067814,
            "stop": 875067815
        },
        {
            "start": 875067816,
            "stop": 875067847
        },
        {
            "start": 875067848,
            "stop": 875067871
        },
        {
            "start": 875067872,
            "stop": 875067891
        },
        {
            "start": 875067893,
            "stop": 875067905
        },
        {
            "start": 875067906,
            "stop": 875067913
        },
        {
            "start": 875067914,
            "stop": 875067987
        },
        {
            "start": 875067988,
            "stop": 875067989
        },
        {
            "start": 875067990,
            "stop": 875067993
        },
        {
            "start": 875067994,
            "stop": 875068006
        }
    ]
}