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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=128",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=126",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 127,
    "results": [
        {
            "start": 931815789,
            "stop": 931816074
        },
        {
            "start": 931817175,
            "stop": 931817412
        },
        {
            "start": 931817415,
            "stop": 931817709
        },
        {
            "start": 931817713,
            "stop": 931817720
        },
        {
            "start": 931817723,
            "stop": 931817887
        },
        {
            "start": 931817889,
            "stop": 931818006
        },
        {
            "start": 931818009,
            "stop": 931818126
        },
        {
            "start": 931818128,
            "stop": 931818291
        },
        {
            "start": 931818294,
            "stop": 931818539
        },
        {
            "start": 931818542,
            "stop": 931819191
        },
        {
            "start": 931819194,
            "stop": 931819222
        },
        {
            "start": 931819224,
            "stop": 931819253
        },
        {
            "start": 931819260,
            "stop": 931819580
        },
        {
            "start": 931819597,
            "stop": 931819625
        },
        {
            "start": 931819642,
            "stop": 931819646
        },
        {
            "start": 931819663,
            "stop": 931819923
        },
        {
            "start": 931819959,
            "stop": 931819988
        },
        {
            "start": 931819990,
            "stop": 931820048
        },
        {
            "start": 931820050,
            "stop": 931820360
        },
        {
            "start": 931820362,
            "stop": 931820415
        }
    ]
}