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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=161",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=159",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 160,
    "results": [
        {
            "start": 819687488,
            "stop": 819687495
        },
        {
            "start": 819687615,
            "stop": 819689880
        },
        {
            "start": 819689940,
            "stop": 819692709
        },
        {
            "start": 819692829,
            "stop": 819694020
        },
        {
            "start": 819694140,
            "stop": 819694690
        },
        {
            "start": 819694707,
            "stop": 819697528
        },
        {
            "start": 819698739,
            "stop": 819700020
        },
        {
            "start": 819700080,
            "stop": 819700320
        },
        {
            "start": 819700380,
            "stop": 819704046
        },
        {
            "start": 819704049,
            "stop": 819704850
        },
        {
            "start": 819704970,
            "stop": 819707323
        },
        {
            "start": 819707504,
            "stop": 819712403
        },
        {
            "start": 819712406,
            "stop": 819712998
        },
        {
            "start": 819713001,
            "stop": 819713402
        },
        {
            "start": 819713405,
            "stop": 819713926
        },
        {
            "start": 819713929,
            "stop": 819714019
        },
        {
            "start": 819714022,
            "stop": 819716160
        },
        {
            "start": 819716220,
            "stop": 819718062
        },
        {
            "start": 819718065,
            "stop": 819718238
        },
        {
            "start": 819718241,
            "stop": 819719925
        }
    ]
}