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=8757
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=8758",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8756",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8757,
    "results": [
        {
            "start": 873143615,
            "stop": 873143772
        },
        {
            "start": 873143810,
            "stop": 873144350
        },
        {
            "start": 873144430,
            "stop": 873145082
        },
        {
            "start": 873145208,
            "stop": 873145310
        },
        {
            "start": 873146432,
            "stop": 873146640
        },
        {
            "start": 873146700,
            "stop": 873146731
        },
        {
            "start": 873146851,
            "stop": 873147457
        },
        {
            "start": 873151433,
            "stop": 873151825
        },
        {
            "start": 873151862,
            "stop": 873152100
        },
        {
            "start": 873152160,
            "stop": 873152447
        },
        {
            "start": 873152567,
            "stop": 873152760
        },
        {
            "start": 873152820,
            "stop": 873153060
        },
        {
            "start": 873153120,
            "stop": 873153420
        },
        {
            "start": 873153540,
            "stop": 873154641
        },
        {
            "start": 873154911,
            "stop": 873155340
        },
        {
            "start": 873155400,
            "stop": 873155563
        },
        {
            "start": 873155683,
            "stop": 873156540
        },
        {
            "start": 873156600,
            "stop": 873156988
        },
        {
            "start": 873157108,
            "stop": 873158400
        },
        {
            "start": 873158460,
            "stop": 873159112
        }
    ]
}