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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=265",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=263",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 264,
    "results": [
        {
            "start": 821684364,
            "stop": 821684370
        },
        {
            "start": 821684376,
            "stop": 821684392
        },
        {
            "start": 821684957,
            "stop": 821684959
        },
        {
            "start": 821684962,
            "stop": 821684966
        },
        {
            "start": 821684969,
            "stop": 821684971
        },
        {
            "start": 821684974,
            "stop": 821684977
        },
        {
            "start": 821684980,
            "stop": 821684986
        },
        {
            "start": 821684989,
            "stop": 821684999
        },
        {
            "start": 821685002,
            "stop": 821685006
        },
        {
            "start": 821685012,
            "stop": 821685013
        },
        {
            "start": 821685016,
            "stop": 821685026
        },
        {
            "start": 821685035,
            "stop": 821685037
        },
        {
            "start": 821685042,
            "stop": 821685052
        },
        {
            "start": 821685055,
            "stop": 821685059
        },
        {
            "start": 821685062,
            "stop": 821685066
        },
        {
            "start": 821685072,
            "stop": 821685073
        },
        {
            "start": 821685076,
            "stop": 821685078
        },
        {
            "start": 821685081,
            "stop": 821685102
        },
        {
            "start": 821685108,
            "stop": 821685112
        },
        {
            "start": 821685115,
            "stop": 821685117
        }
    ]
}