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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=138",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=136",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 137,
    "results": [
        {
            "start": 818729074,
            "stop": 818729210
        },
        {
            "start": 818729217,
            "stop": 818729248
        },
        {
            "start": 818729279,
            "stop": 818729306
        },
        {
            "start": 818729313,
            "stop": 818729325
        },
        {
            "start": 818729332,
            "stop": 818729389
        },
        {
            "start": 818729455,
            "stop": 818729461
        },
        {
            "start": 818729502,
            "stop": 818729507
        },
        {
            "start": 818729536,
            "stop": 818729596
        },
        {
            "start": 818729651,
            "stop": 818729661
        },
        {
            "start": 818729764,
            "stop": 818729765
        },
        {
            "start": 818729811,
            "stop": 818729841
        },
        {
            "start": 818732491,
            "stop": 818732526
        },
        {
            "start": 818732596,
            "stop": 818732623
        },
        {
            "start": 818732688,
            "stop": 818732719
        },
        {
            "start": 818732763,
            "stop": 818732764
        },
        {
            "start": 818732950,
            "stop": 818733073
        },
        {
            "start": 818733154,
            "stop": 818733178
        },
        {
            "start": 818733207,
            "stop": 818733431
        },
        {
            "start": 818733460,
            "stop": 818733789
        },
        {
            "start": 818733818,
            "stop": 818734073
        }
    ]
}