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_CAT3/segments?format=api&page=233
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=234",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=232",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 233,
    "results": [
        {
            "start": 820937516,
            "stop": 820937979
        },
        {
            "start": 820937982,
            "stop": 820938057
        },
        {
            "start": 820938061,
            "stop": 820938122
        },
        {
            "start": 820938125,
            "stop": 820938568
        },
        {
            "start": 820938571,
            "stop": 820938668
        },
        {
            "start": 820938671,
            "stop": 820938680
        },
        {
            "start": 820938684,
            "stop": 820938983
        },
        {
            "start": 820939000,
            "stop": 820939357
        },
        {
            "start": 820939360,
            "stop": 820939480
        },
        {
            "start": 820939483,
            "stop": 820939542
        },
        {
            "start": 820939546,
            "stop": 820939551
        },
        {
            "start": 820939568,
            "stop": 820939734
        },
        {
            "start": 820939737,
            "stop": 820940113
        },
        {
            "start": 820940415,
            "stop": 820940669
        },
        {
            "start": 820940673,
            "stop": 820940700
        },
        {
            "start": 820940872,
            "stop": 820941409
        },
        {
            "start": 820941412,
            "stop": 820941519
        },
        {
            "start": 820941522,
            "stop": 820941592
        },
        {
            "start": 820941595,
            "stop": 820941987
        },
        {
            "start": 820941990,
            "stop": 820942060
        }
    ]
}