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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=382",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=380",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 381,
    "results": [
        {
            "start": 821503769,
            "stop": 821503780
        },
        {
            "start": 821503787,
            "stop": 821503847
        },
        {
            "start": 821503854,
            "stop": 821503966
        },
        {
            "start": 821503973,
            "stop": 821504075
        },
        {
            "start": 821504082,
            "stop": 821504277
        },
        {
            "start": 821504284,
            "stop": 821504292
        },
        {
            "start": 821504299,
            "stop": 821504400
        },
        {
            "start": 821504407,
            "stop": 821504478
        },
        {
            "start": 821504490,
            "stop": 821504537
        },
        {
            "start": 821504544,
            "stop": 821504692
        },
        {
            "start": 821504701,
            "stop": 821504704
        },
        {
            "start": 821504711,
            "stop": 821504833
        },
        {
            "start": 821504840,
            "stop": 821504958
        },
        {
            "start": 821504965,
            "stop": 821505003
        },
        {
            "start": 821505011,
            "stop": 821505044
        },
        {
            "start": 821505052,
            "stop": 821505053
        },
        {
            "start": 821505061,
            "stop": 821505190
        },
        {
            "start": 821505197,
            "stop": 821505277
        },
        {
            "start": 821505288,
            "stop": 821505355
        },
        {
            "start": 821505366,
            "stop": 821505379
        }
    ]
}