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=4956
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=4957",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4955",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4956,
    "results": [
        {
            "start": 874377275,
            "stop": 874377310
        },
        {
            "start": 874377329,
            "stop": 874377338
        },
        {
            "start": 874377357,
            "stop": 874377364
        },
        {
            "start": 874377383,
            "stop": 874377396
        },
        {
            "start": 874377415,
            "stop": 874377438
        },
        {
            "start": 874377457,
            "stop": 874377484
        },
        {
            "start": 874377504,
            "stop": 874377620
        },
        {
            "start": 874377650,
            "stop": 874377681
        },
        {
            "start": 874377700,
            "stop": 874377810
        },
        {
            "start": 874377829,
            "stop": 874378005
        },
        {
            "start": 874378060,
            "stop": 874378100
        },
        {
            "start": 874378119,
            "stop": 874378134
        },
        {
            "start": 874378153,
            "stop": 874378161
        },
        {
            "start": 874378181,
            "stop": 874378212
        },
        {
            "start": 874378252,
            "stop": 874378255
        },
        {
            "start": 874378274,
            "stop": 874378353
        },
        {
            "start": 874378372,
            "stop": 874378398
        },
        {
            "start": 874378418,
            "stop": 874378437
        },
        {
            "start": 874378460,
            "stop": 874378513
        },
        {
            "start": 874378533,
            "stop": 874378541
        }
    ]
}