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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5100",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5098",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5099,
    "results": [
        {
            "start": 874677356,
            "stop": 874677367
        },
        {
            "start": 874677397,
            "stop": 874677510
        },
        {
            "start": 874677534,
            "stop": 874677586
        },
        {
            "start": 874677607,
            "stop": 874677695
        },
        {
            "start": 874677714,
            "stop": 874677745
        },
        {
            "start": 874677764,
            "stop": 874677993
        },
        {
            "start": 874678013,
            "stop": 874678016
        },
        {
            "start": 874678035,
            "stop": 874678151
        },
        {
            "start": 874678170,
            "stop": 874678224
        },
        {
            "start": 874678250,
            "stop": 874678409
        },
        {
            "start": 874678432,
            "stop": 874678456
        },
        {
            "start": 874678476,
            "stop": 874678569
        },
        {
            "start": 874678588,
            "stop": 874678730
        },
        {
            "start": 874678749,
            "stop": 874678866
        },
        {
            "start": 874678890,
            "stop": 874678935
        },
        {
            "start": 874678964,
            "stop": 874679041
        },
        {
            "start": 874679061,
            "stop": 874679125
        },
        {
            "start": 874679161,
            "stop": 874679189
        },
        {
            "start": 874679208,
            "stop": 874679212
        },
        {
            "start": 874679241,
            "stop": 874679298
        }
    ]
}