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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=193",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=191",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 192,
    "results": [
        {
            "start": 1421942229,
            "stop": 1421949439
        },
        {
            "start": 1421958078,
            "stop": 1421974031
        },
        {
            "start": 1421974368,
            "stop": 1421980380
        },
        {
            "start": 1421980384,
            "stop": 1421980956
        },
        {
            "start": 1421980961,
            "stop": 1421985572
        },
        {
            "start": 1421985577,
            "stop": 1421988313
        },
        {
            "start": 1421988318,
            "stop": 1421991479
        },
        {
            "start": 1421991484,
            "stop": 1422001351
        },
        {
            "start": 1422001356,
            "stop": 1422002166
        },
        {
            "start": 1422002170,
            "stop": 1422002235
        },
        {
            "start": 1422009268,
            "stop": 1422009438
        },
        {
            "start": 1422010098,
            "stop": 1422012390
        },
        {
            "start": 1422012393,
            "stop": 1422019300
        },
        {
            "start": 1422019304,
            "stop": 1422025296
        },
        {
            "start": 1422025301,
            "stop": 1422025436
        },
        {
            "start": 1422025441,
            "stop": 1422025447
        },
        {
            "start": 1422025452,
            "stop": 1422029230
        },
        {
            "start": 1422029235,
            "stop": 1422029256
        },
        {
            "start": 1422029261,
            "stop": 1422029273
        },
        {
            "start": 1422029278,
            "stop": 1422029284
        }
    ]
}