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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=368",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=366",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 367,
    "results": [
        {
            "start": 865014866,
            "stop": 865015101
        },
        {
            "start": 865015121,
            "stop": 865015426
        },
        {
            "start": 865015449,
            "stop": 865015541
        },
        {
            "start": 865016362,
            "stop": 865019204
        },
        {
            "start": 865019226,
            "stop": 865019911
        },
        {
            "start": 865020719,
            "stop": 865021334
        },
        {
            "start": 865021361,
            "stop": 865026273
        },
        {
            "start": 865026291,
            "stop": 865028234
        },
        {
            "start": 865028255,
            "stop": 865028777
        },
        {
            "start": 865030030,
            "stop": 865030323
        },
        {
            "start": 865031749,
            "stop": 865032087
        },
        {
            "start": 865032116,
            "stop": 865034981
        },
        {
            "start": 865037349,
            "stop": 865044562
        },
        {
            "start": 865044567,
            "stop": 865044716
        },
        {
            "start": 865044722,
            "stop": 865045190
        },
        {
            "start": 865045196,
            "stop": 865045793
        },
        {
            "start": 865045798,
            "stop": 865046277
        },
        {
            "start": 865046295,
            "stop": 865046302
        },
        {
            "start": 865046308,
            "stop": 865047987
        },
        {
            "start": 865047993,
            "stop": 865048087
        }
    ]
}