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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=266",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=264",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 265,
    "results": [
        {
            "start": 820910310,
            "stop": 820910465
        },
        {
            "start": 820910468,
            "stop": 820910540
        },
        {
            "start": 820910543,
            "stop": 820910641
        },
        {
            "start": 820910644,
            "stop": 820910677
        },
        {
            "start": 820910680,
            "stop": 820910754
        },
        {
            "start": 820910757,
            "stop": 820911394
        },
        {
            "start": 820911397,
            "stop": 820911600
        },
        {
            "start": 820911603,
            "stop": 820912138
        },
        {
            "start": 820912141,
            "stop": 820912335
        },
        {
            "start": 820912338,
            "stop": 820912513
        },
        {
            "start": 820912516,
            "stop": 820912824
        },
        {
            "start": 820912827,
            "stop": 820913056
        },
        {
            "start": 820913060,
            "stop": 820913079
        },
        {
            "start": 820913083,
            "stop": 820913363
        },
        {
            "start": 820913366,
            "stop": 820913401
        },
        {
            "start": 820913404,
            "stop": 820913618
        },
        {
            "start": 820913621,
            "stop": 820913772
        },
        {
            "start": 820913775,
            "stop": 820913776
        },
        {
            "start": 820913779,
            "stop": 820914132
        },
        {
            "start": 820914135,
            "stop": 820914158
        }
    ]
}