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=1463
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=1464",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1462",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1463,
    "results": [
        {
            "start": 859737806,
            "stop": 859739391
        },
        {
            "start": 859739394,
            "stop": 859743108
        },
        {
            "start": 859743111,
            "stop": 859747144
        },
        {
            "start": 859747147,
            "stop": 859747198
        },
        {
            "start": 859747202,
            "stop": 859751720
        },
        {
            "start": 859751960,
            "stop": 859755151
        },
        {
            "start": 859755154,
            "stop": 859758214
        },
        {
            "start": 859760767,
            "stop": 859761210
        },
        {
            "start": 859765346,
            "stop": 859766586
        },
        {
            "start": 859769448,
            "stop": 859781285
        },
        {
            "start": 859782247,
            "stop": 859782818
        },
        {
            "start": 859784102,
            "stop": 859787769
        },
        {
            "start": 859788967,
            "stop": 859821863
        },
        {
            "start": 859821866,
            "stop": 859824471
        },
        {
            "start": 859824474,
            "stop": 859826268
        },
        {
            "start": 859826271,
            "stop": 859828436
        },
        {
            "start": 859828439,
            "stop": 859829047
        },
        {
            "start": 859829050,
            "stop": 859830228
        },
        {
            "start": 859830231,
            "stop": 859831594
        },
        {
            "start": 859834360,
            "stop": 859834999
        }
    ]
}