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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=226",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=224",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 225,
    "results": [
        {
            "start": 931536986,
            "stop": 931536987
        },
        {
            "start": 931536993,
            "stop": 931536996
        },
        {
            "start": 931537000,
            "stop": 931537005
        },
        {
            "start": 931537008,
            "stop": 931537012
        },
        {
            "start": 931537018,
            "stop": 931537024
        },
        {
            "start": 931537025,
            "stop": 931537026
        },
        {
            "start": 931537028,
            "stop": 931537070
        },
        {
            "start": 931537072,
            "stop": 931537125
        },
        {
            "start": 931537127,
            "stop": 931537140
        },
        {
            "start": 931537141,
            "stop": 931537145
        },
        {
            "start": 931537146,
            "stop": 931537196
        },
        {
            "start": 931537197,
            "stop": 931537213
        },
        {
            "start": 931537214,
            "stop": 931537215
        },
        {
            "start": 931537217,
            "stop": 931537221
        },
        {
            "start": 931537222,
            "stop": 931537224
        },
        {
            "start": 931537225,
            "stop": 931537235
        },
        {
            "start": 931537237,
            "stop": 931537247
        },
        {
            "start": 931537249,
            "stop": 931537253
        },
        {
            "start": 931537255,
            "stop": 931537258
        },
        {
            "start": 931537260,
            "stop": 931537261
        }
    ]
}