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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10028",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10026",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10027,
    "results": [
        {
            "start": 872463209,
            "stop": 872463214
        },
        {
            "start": 872463382,
            "stop": 872463418
        },
        {
            "start": 872463532,
            "stop": 872463851
        },
        {
            "start": 872463888,
            "stop": 872463929
        },
        {
            "start": 872463965,
            "stop": 872463974
        },
        {
            "start": 872464010,
            "stop": 872464016
        },
        {
            "start": 872464052,
            "stop": 872464114
        },
        {
            "start": 872464160,
            "stop": 872464199
        },
        {
            "start": 872464246,
            "stop": 872464462
        },
        {
            "start": 872464498,
            "stop": 872464892
        },
        {
            "start": 872466386,
            "stop": 872467509
        },
        {
            "start": 872467545,
            "stop": 872467606
        },
        {
            "start": 872467642,
            "stop": 872468117
        },
        {
            "start": 872468187,
            "stop": 872468195
        },
        {
            "start": 872468231,
            "stop": 872468242
        },
        {
            "start": 872468278,
            "stop": 872468761
        },
        {
            "start": 872468797,
            "stop": 872469551
        },
        {
            "start": 872469587,
            "stop": 872469741
        },
        {
            "start": 872469787,
            "stop": 872469846
        },
        {
            "start": 872469885,
            "stop": 872469895
        }
    ]
}