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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8645",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8643",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8644,
    "results": [
        {
            "start": 871522689,
            "stop": 871522954
        },
        {
            "start": 871523199,
            "stop": 871523310
        },
        {
            "start": 871523337,
            "stop": 871523367
        },
        {
            "start": 871523384,
            "stop": 871523400
        },
        {
            "start": 871523460,
            "stop": 871523486
        },
        {
            "start": 871523503,
            "stop": 871523940
        },
        {
            "start": 871524000,
            "stop": 871524060
        },
        {
            "start": 871524960,
            "stop": 871526039
        },
        {
            "start": 871526056,
            "stop": 871526213
        },
        {
            "start": 871526230,
            "stop": 871526263
        },
        {
            "start": 871526280,
            "stop": 871526301
        },
        {
            "start": 871526318,
            "stop": 871526455
        },
        {
            "start": 871526472,
            "stop": 871528259
        },
        {
            "start": 871528276,
            "stop": 871528598
        },
        {
            "start": 871528615,
            "stop": 871528680
        },
        {
            "start": 871528740,
            "stop": 871529776
        },
        {
            "start": 871529793,
            "stop": 871529809
        },
        {
            "start": 871529826,
            "stop": 871529839
        },
        {
            "start": 871529863,
            "stop": 871530053
        },
        {
            "start": 871530070,
            "stop": 871530837
        }
    ]
}