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=3110
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=3111",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3109",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3110,
    "results": [
        {
            "start": 867089276,
            "stop": 867089487
        },
        {
            "start": 867089787,
            "stop": 867091312
        },
        {
            "start": 867108964,
            "stop": 867109607
        },
        {
            "start": 867110116,
            "stop": 867110529
        },
        {
            "start": 867110998,
            "stop": 867111260
        },
        {
            "start": 867111755,
            "stop": 867118448
        },
        {
            "start": 867118453,
            "stop": 867120021
        },
        {
            "start": 867123116,
            "stop": 867123147
        },
        {
            "start": 867123151,
            "stop": 867123267
        },
        {
            "start": 867123270,
            "stop": 867123337
        },
        {
            "start": 867123341,
            "stop": 867123385
        },
        {
            "start": 867123394,
            "stop": 867123411
        },
        {
            "start": 867123414,
            "stop": 867123550
        },
        {
            "start": 867123554,
            "stop": 867123661
        },
        {
            "start": 867123665,
            "stop": 867123840
        },
        {
            "start": 867123900,
            "stop": 867124271
        },
        {
            "start": 867124274,
            "stop": 867124391
        },
        {
            "start": 867124394,
            "stop": 867125160
        },
        {
            "start": 867125220,
            "stop": 867135704
        },
        {
            "start": 867135885,
            "stop": 867143117
        }
    ]
}