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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9817",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9815",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9816,
    "results": [
        {
            "start": 873700380,
            "stop": 873700440
        },
        {
            "start": 873700560,
            "stop": 873700620
        },
        {
            "start": 873700776,
            "stop": 873700860
        },
        {
            "start": 873700920,
            "stop": 873701316
        },
        {
            "start": 873701319,
            "stop": 873701640
        },
        {
            "start": 873701700,
            "stop": 873702420
        },
        {
            "start": 873702480,
            "stop": 873702900
        },
        {
            "start": 873702960,
            "stop": 873708215
        },
        {
            "start": 873708232,
            "stop": 873709560
        },
        {
            "start": 873709620,
            "stop": 873710544
        },
        {
            "start": 873710561,
            "stop": 873710700
        },
        {
            "start": 873710760,
            "stop": 873711075
        },
        {
            "start": 873711092,
            "stop": 873712402
        },
        {
            "start": 873712430,
            "stop": 873712500
        },
        {
            "start": 873712560,
            "stop": 873712715
        },
        {
            "start": 873712732,
            "stop": 873712860
        },
        {
            "start": 873712930,
            "stop": 873713262
        },
        {
            "start": 873715140,
            "stop": 873715200
        },
        {
            "start": 873717000,
            "stop": 873717060
        },
        {
            "start": 873717240,
            "stop": 873717360
        }
    ]
}