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=3766
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=3767",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3765",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3766,
    "results": [
        {
            "start": 874108267,
            "stop": 874109047
        },
        {
            "start": 874109064,
            "stop": 874109157
        },
        {
            "start": 874109174,
            "stop": 874109331
        },
        {
            "start": 874109348,
            "stop": 874109524
        },
        {
            "start": 874109527,
            "stop": 874109670
        },
        {
            "start": 874109673,
            "stop": 874110112
        },
        {
            "start": 874110129,
            "stop": 874110514
        },
        {
            "start": 874110531,
            "stop": 874111195
        },
        {
            "start": 874111212,
            "stop": 874111617
        },
        {
            "start": 874111634,
            "stop": 874113240
        },
        {
            "start": 874113360,
            "stop": 874113420
        },
        {
            "start": 874113540,
            "stop": 874117260
        },
        {
            "start": 874117320,
            "stop": 874117860
        },
        {
            "start": 874117920,
            "stop": 874117923
        },
        {
            "start": 874117940,
            "stop": 874118074
        },
        {
            "start": 874118091,
            "stop": 874118498
        },
        {
            "start": 874118515,
            "stop": 874120920
        },
        {
            "start": 874120980,
            "stop": 874122672
        },
        {
            "start": 874122689,
            "stop": 874123286
        },
        {
            "start": 874123303,
            "stop": 874123670
        }
    ]
}