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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2038",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2036",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2037,
    "results": [
        {
            "start": 859828439,
            "stop": 859829047
        },
        {
            "start": 859829050,
            "stop": 859829950
        },
        {
            "start": 859829958,
            "stop": 859830228
        },
        {
            "start": 859830231,
            "stop": 859830395
        },
        {
            "start": 859830400,
            "stop": 859830402
        },
        {
            "start": 859830408,
            "stop": 859830425
        },
        {
            "start": 859830430,
            "stop": 859831327
        },
        {
            "start": 859834360,
            "stop": 859834999
        },
        {
            "start": 859835002,
            "stop": 859835976
        },
        {
            "start": 859835980,
            "stop": 859841739
        },
        {
            "start": 859841746,
            "stop": 859842432
        },
        {
            "start": 859842443,
            "stop": 859842455
        },
        {
            "start": 859842463,
            "stop": 859842467
        },
        {
            "start": 859842473,
            "stop": 859844614
        },
        {
            "start": 859844617,
            "stop": 859846832
        },
        {
            "start": 859846838,
            "stop": 859848847
        },
        {
            "start": 859849174,
            "stop": 859851630
        },
        {
            "start": 859851750,
            "stop": 859852117
        },
        {
            "start": 859870514,
            "stop": 859877372
        },
        {
            "start": 859877374,
            "stop": 859886623
        }
    ]
}