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=642
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=643",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=641",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 642,
    "results": [
        {
            "start": 829247997,
            "stop": 829248038
        },
        {
            "start": 829254052,
            "stop": 829254061
        },
        {
            "start": 829254080,
            "stop": 829254082
        },
        {
            "start": 829254101,
            "stop": 829254108
        },
        {
            "start": 829254179,
            "stop": 829254211
        },
        {
            "start": 829254214,
            "stop": 829254239
        },
        {
            "start": 829254258,
            "stop": 829254305
        },
        {
            "start": 829254336,
            "stop": 829254356
        },
        {
            "start": 829254375,
            "stop": 829254393
        },
        {
            "start": 829254412,
            "stop": 829254417
        },
        {
            "start": 829254436,
            "stop": 829254477
        },
        {
            "start": 829254497,
            "stop": 829254571
        },
        {
            "start": 829254590,
            "stop": 829254609
        },
        {
            "start": 829254612,
            "stop": 829254623
        },
        {
            "start": 829254627,
            "stop": 829254726
        },
        {
            "start": 829254729,
            "stop": 829254745
        },
        {
            "start": 829254750,
            "stop": 829254989
        },
        {
            "start": 829254992,
            "stop": 829255086
        },
        {
            "start": 829255090,
            "stop": 829255182
        },
        {
            "start": 829255185,
            "stop": 829255220
        }
    ]
}