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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=200",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=198",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 199,
    "results": [
        {
            "start": 820096818,
            "stop": 820097462
        },
        {
            "start": 820097582,
            "stop": 820097593
        },
        {
            "start": 820097741,
            "stop": 820099239
        },
        {
            "start": 820099242,
            "stop": 820100040
        },
        {
            "start": 820100262,
            "stop": 820100859
        },
        {
            "start": 820102769,
            "stop": 820103247
        },
        {
            "start": 820104221,
            "stop": 820104480
        },
        {
            "start": 820104540,
            "stop": 820105770
        },
        {
            "start": 820105773,
            "stop": 820105972
        },
        {
            "start": 820105975,
            "stop": 820105980
        },
        {
            "start": 820106100,
            "stop": 820106216
        },
        {
            "start": 820106220,
            "stop": 820106613
        },
        {
            "start": 820107411,
            "stop": 820107770
        },
        {
            "start": 820107773,
            "stop": 820107774
        },
        {
            "start": 820111501,
            "stop": 820111620
        },
        {
            "start": 820113112,
            "stop": 820113584
        },
        {
            "start": 820113587,
            "stop": 820113600
        },
        {
            "start": 820113660,
            "stop": 820113780
        },
        {
            "start": 820113840,
            "stop": 820114033
        },
        {
            "start": 820114140,
            "stop": 820114162
        }
    ]
}