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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=890",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=888",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 889,
    "results": [
        {
            "start": 863802897,
            "stop": 863807517
        },
        {
            "start": 863807712,
            "stop": 863807892
        },
        {
            "start": 863808045,
            "stop": 863808705
        },
        {
            "start": 863808873,
            "stop": 863810493
        },
        {
            "start": 863810886,
            "stop": 863810946
        },
        {
            "start": 863811084,
            "stop": 863811324
        },
        {
            "start": 863811589,
            "stop": 863811709
        },
        {
            "start": 863811878,
            "stop": 863812178
        },
        {
            "start": 863812412,
            "stop": 863812472
        },
        {
            "start": 863812858,
            "stop": 863812978
        },
        {
            "start": 863814538,
            "stop": 863814598
        },
        {
            "start": 863815182,
            "stop": 863815602
        },
        {
            "start": 863816404,
            "stop": 863816524
        },
        {
            "start": 863816847,
            "stop": 863817207
        },
        {
            "start": 863819202,
            "stop": 863819562
        },
        {
            "start": 863820521,
            "stop": 863830601
        },
        {
            "start": 863831206,
            "stop": 863831326
        },
        {
            "start": 863831356,
            "stop": 863831416
        },
        {
            "start": 863845748,
            "stop": 863845928
        },
        {
            "start": 863846078,
            "stop": 863849078
        }
    ]
}