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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=299",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=297",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 298,
    "results": [
        {
            "start": 818235203,
            "stop": 818235204
        },
        {
            "start": 818235210,
            "stop": 818235213
        },
        {
            "start": 818235221,
            "stop": 818235225
        },
        {
            "start": 818235230,
            "stop": 818235231
        },
        {
            "start": 818235234,
            "stop": 818235235
        },
        {
            "start": 818235245,
            "stop": 818235250
        },
        {
            "start": 818235255,
            "stop": 818235256
        },
        {
            "start": 818235259,
            "stop": 818235261
        },
        {
            "start": 818235265,
            "stop": 818235270
        },
        {
            "start": 818235273,
            "stop": 818235277
        },
        {
            "start": 818235280,
            "stop": 818235285
        },
        {
            "start": 818235296,
            "stop": 818235298
        },
        {
            "start": 818235308,
            "stop": 818235309
        },
        {
            "start": 818235314,
            "stop": 818235322
        },
        {
            "start": 818235342,
            "stop": 818235343
        },
        {
            "start": 818235382,
            "stop": 818235383
        },
        {
            "start": 818235386,
            "stop": 818235395
        },
        {
            "start": 818235406,
            "stop": 818235411
        },
        {
            "start": 818235416,
            "stop": 818235420
        },
        {
            "start": 818235423,
            "stop": 818235424
        }
    ]
}