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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2313",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2311",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2312,
    "results": [
        {
            "start": 871526280,
            "stop": 871526301
        },
        {
            "start": 871526318,
            "stop": 871526455
        },
        {
            "start": 871526472,
            "stop": 871528259
        },
        {
            "start": 871528276,
            "stop": 871528598
        },
        {
            "start": 871528615,
            "stop": 871529776
        },
        {
            "start": 871529793,
            "stop": 871529809
        },
        {
            "start": 871529826,
            "stop": 871529839
        },
        {
            "start": 871529863,
            "stop": 871530053
        },
        {
            "start": 871530070,
            "stop": 871531991
        },
        {
            "start": 871532008,
            "stop": 871532445
        },
        {
            "start": 871532461,
            "stop": 871533002
        },
        {
            "start": 871533019,
            "stop": 871533033
        },
        {
            "start": 871533050,
            "stop": 871533213
        },
        {
            "start": 871533230,
            "stop": 871533607
        },
        {
            "start": 871533624,
            "stop": 871533737
        },
        {
            "start": 871533754,
            "stop": 871535721
        },
        {
            "start": 871535738,
            "stop": 871536477
        },
        {
            "start": 871536494,
            "stop": 871536798
        },
        {
            "start": 871536815,
            "stop": 871537820
        },
        {
            "start": 871537837,
            "stop": 871537929
        }
    ]
}