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/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5084
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=5085",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5083",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5084,
    "results": [
        {
            "start": 873221198,
            "stop": 873221218
        },
        {
            "start": 873221225,
            "stop": 873221229
        },
        {
            "start": 873221237,
            "stop": 873221280
        },
        {
            "start": 873221353,
            "stop": 873221518
        },
        {
            "start": 873221552,
            "stop": 873221635
        },
        {
            "start": 873221642,
            "stop": 873221727
        },
        {
            "start": 873221734,
            "stop": 873221742
        },
        {
            "start": 873221749,
            "stop": 873221905
        },
        {
            "start": 873221912,
            "stop": 873221917
        },
        {
            "start": 873221933,
            "stop": 873221963
        },
        {
            "start": 873221976,
            "stop": 873222125
        },
        {
            "start": 873222132,
            "stop": 873222161
        },
        {
            "start": 873222169,
            "stop": 873222177
        },
        {
            "start": 873222185,
            "stop": 873222495
        },
        {
            "start": 873222503,
            "stop": 873222643
        },
        {
            "start": 873222651,
            "stop": 873222658
        },
        {
            "start": 873222666,
            "stop": 873222884
        },
        {
            "start": 873222892,
            "stop": 873222910
        },
        {
            "start": 873222918,
            "stop": 873223003
        },
        {
            "start": 873223013,
            "stop": 873223020
        }
    ]
}