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=8669
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=8670",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8668",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8669,
    "results": [
        {
            "start": 871774223,
            "stop": 871774308
        },
        {
            "start": 871774660,
            "stop": 871774702
        },
        {
            "start": 871774719,
            "stop": 871774766
        },
        {
            "start": 871774973,
            "stop": 871775182
        },
        {
            "start": 871775199,
            "stop": 871775200
        },
        {
            "start": 871775217,
            "stop": 871775264
        },
        {
            "start": 871775281,
            "stop": 871775658
        },
        {
            "start": 871775675,
            "stop": 871775820
        },
        {
            "start": 871775940,
            "stop": 871776002
        },
        {
            "start": 871776009,
            "stop": 871776343
        },
        {
            "start": 871776360,
            "stop": 871776640
        },
        {
            "start": 871776760,
            "stop": 871777384
        },
        {
            "start": 871777401,
            "stop": 871777416
        },
        {
            "start": 871777433,
            "stop": 871777577
        },
        {
            "start": 871777697,
            "stop": 871777706
        },
        {
            "start": 871777723,
            "stop": 871778303
        },
        {
            "start": 871778320,
            "stop": 871778377
        },
        {
            "start": 871778394,
            "stop": 871778547
        },
        {
            "start": 871778567,
            "stop": 871778681
        },
        {
            "start": 871778698,
            "stop": 871778734
        }
    ]
}