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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=82",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=80",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 81,
    "results": [
        {
            "start": 931454552,
            "stop": 931454578
        },
        {
            "start": 931454586,
            "stop": 931454651
        },
        {
            "start": 931454673,
            "stop": 931454675
        },
        {
            "start": 931454704,
            "stop": 931454726
        },
        {
            "start": 931454731,
            "stop": 931454741
        },
        {
            "start": 931454763,
            "stop": 931454766
        },
        {
            "start": 931454775,
            "stop": 931454777
        },
        {
            "start": 931454782,
            "stop": 931454793
        },
        {
            "start": 931454809,
            "stop": 931454811
        },
        {
            "start": 931454817,
            "stop": 931454821
        },
        {
            "start": 931454839,
            "stop": 931454847
        },
        {
            "start": 931454864,
            "stop": 931454876
        },
        {
            "start": 931454882,
            "stop": 931454898
        },
        {
            "start": 931454919,
            "stop": 931454925
        },
        {
            "start": 931454937,
            "stop": 931454959
        },
        {
            "start": 931454965,
            "stop": 931454971
        },
        {
            "start": 931454981,
            "stop": 931455031
        },
        {
            "start": 931455059,
            "stop": 931455060
        },
        {
            "start": 931455066,
            "stop": 931455076
        },
        {
            "start": 931455139,
            "stop": 931455141
        }
    ]
}