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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=91",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=89",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 90,
    "results": [
        {
            "start": 819196912,
            "stop": 819196915
        },
        {
            "start": 819196918,
            "stop": 819197194
        },
        {
            "start": 819197211,
            "stop": 819197215
        },
        {
            "start": 819197232,
            "stop": 819197532
        },
        {
            "start": 819197535,
            "stop": 819197752
        },
        {
            "start": 819197755,
            "stop": 819198431
        },
        {
            "start": 819198434,
            "stop": 819198487
        },
        {
            "start": 819198490,
            "stop": 819198493
        },
        {
            "start": 819198496,
            "stop": 819198750
        },
        {
            "start": 819198754,
            "stop": 819199006
        },
        {
            "start": 819199010,
            "stop": 819199014
        },
        {
            "start": 819199017,
            "stop": 819199020
        },
        {
            "start": 819199023,
            "stop": 819200099
        },
        {
            "start": 819200103,
            "stop": 819200822
        },
        {
            "start": 819200839,
            "stop": 819201227
        },
        {
            "start": 819201230,
            "stop": 819201234
        },
        {
            "start": 819201237,
            "stop": 819201691
        },
        {
            "start": 819202650,
            "stop": 819202863
        },
        {
            "start": 819202879,
            "stop": 819202951
        },
        {
            "start": 819202954,
            "stop": 819203985
        }
    ]
}