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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=193",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=191",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 192,
    "results": [
        {
            "start": 846517654,
            "stop": 846520594
        },
        {
            "start": 846520596,
            "stop": 846521318
        },
        {
            "start": 846521326,
            "stop": 846525339
        },
        {
            "start": 846525365,
            "stop": 846525367
        },
        {
            "start": 846525378,
            "stop": 846529174
        },
        {
            "start": 846529183,
            "stop": 846539956
        },
        {
            "start": 846539964,
            "stop": 846539977
        },
        {
            "start": 846539985,
            "stop": 846539987
        },
        {
            "start": 846542348,
            "stop": 846545686
        },
        {
            "start": 846545844,
            "stop": 846600920
        },
        {
            "start": 846600928,
            "stop": 846600932
        },
        {
            "start": 846600944,
            "stop": 846601735
        },
        {
            "start": 846601768,
            "stop": 846601808
        },
        {
            "start": 846601817,
            "stop": 846601867
        },
        {
            "start": 846601877,
            "stop": 846602218
        },
        {
            "start": 846602246,
            "stop": 846602765
        },
        {
            "start": 846602773,
            "stop": 846605316
        },
        {
            "start": 846605345,
            "stop": 846605650
        },
        {
            "start": 846605662,
            "stop": 846606109
        },
        {
            "start": 846606130,
            "stop": 846606729
        }
    ]
}