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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1468",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1466",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1467,
    "results": [
        {
            "start": 860358734,
            "stop": 860364236
        },
        {
            "start": 860364389,
            "stop": 860364420
        },
        {
            "start": 860365309,
            "stop": 860366132
        },
        {
            "start": 860367239,
            "stop": 860367296
        },
        {
            "start": 860367550,
            "stop": 860371175
        },
        {
            "start": 860372544,
            "stop": 860401427
        },
        {
            "start": 860401614,
            "stop": 860422861
        },
        {
            "start": 860422864,
            "stop": 860432653
        },
        {
            "start": 860432656,
            "stop": 860438619
        },
        {
            "start": 860438946,
            "stop": 860439777
        },
        {
            "start": 860440004,
            "stop": 860440173
        },
        {
            "start": 860442159,
            "stop": 860444022
        },
        {
            "start": 860444025,
            "stop": 860444406
        },
        {
            "start": 860444469,
            "stop": 860445427
        },
        {
            "start": 860445430,
            "stop": 860445434
        },
        {
            "start": 860445439,
            "stop": 860447584
        },
        {
            "start": 860447589,
            "stop": 860447863
        },
        {
            "start": 860448012,
            "stop": 860448410
        },
        {
            "start": 860448413,
            "stop": 860448420
        },
        {
            "start": 860448652,
            "stop": 860453897
        }
    ]
}