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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3148",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3146",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3147,
    "results": [
        {
            "start": 868915500,
            "stop": 868915560
        },
        {
            "start": 868915620,
            "stop": 868915927
        },
        {
            "start": 868915933,
            "stop": 868915980
        },
        {
            "start": 868916040,
            "stop": 868916168
        },
        {
            "start": 868916171,
            "stop": 868916220
        },
        {
            "start": 868916280,
            "stop": 868916425
        },
        {
            "start": 868916827,
            "stop": 868917240
        },
        {
            "start": 868917300,
            "stop": 868917420
        },
        {
            "start": 868917660,
            "stop": 868917870
        },
        {
            "start": 868917930,
            "stop": 868918273
        },
        {
            "start": 868918276,
            "stop": 868918560
        },
        {
            "start": 868918620,
            "stop": 868919078
        },
        {
            "start": 868921268,
            "stop": 868922340
        },
        {
            "start": 868922400,
            "stop": 868924020
        },
        {
            "start": 868924080,
            "stop": 868925700
        },
        {
            "start": 868925820,
            "stop": 868928733
        },
        {
            "start": 868946045,
            "stop": 868958684
        },
        {
            "start": 868958865,
            "stop": 868962078
        },
        {
            "start": 868962081,
            "stop": 868970760
        },
        {
            "start": 868970820,
            "stop": 868974305
        }
    ]
}