Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=864
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=865",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=863",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 864,
    "results": [
        {
            "start": 873516565,
            "stop": 873516571
        },
        {
            "start": 873516575,
            "stop": 873516581
        },
        {
            "start": 873516585,
            "stop": 873516591
        },
        {
            "start": 873516596,
            "stop": 873516633
        },
        {
            "start": 873516638,
            "stop": 873516643
        },
        {
            "start": 873516647,
            "stop": 873516718
        },
        {
            "start": 873516722,
            "stop": 873516726
        },
        {
            "start": 873516736,
            "stop": 873516760
        },
        {
            "start": 873516764,
            "stop": 873516767
        },
        {
            "start": 873516775,
            "stop": 873516780
        },
        {
            "start": 873516784,
            "stop": 873516793
        },
        {
            "start": 873516797,
            "stop": 873516846
        },
        {
            "start": 873516850,
            "stop": 873516858
        },
        {
            "start": 873516862,
            "stop": 873516989
        },
        {
            "start": 873516995,
            "stop": 873517032
        },
        {
            "start": 873517036,
            "stop": 873518557
        },
        {
            "start": 873518561,
            "stop": 873538801
        },
        {
            "start": 873538805,
            "stop": 873538822
        },
        {
            "start": 873538826,
            "stop": 873538831
        },
        {
            "start": 873538837,
            "stop": 873538841
        }
    ]
}