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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3627",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3625",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3626,
    "results": [
        {
            "start": 970490200,
            "stop": 970490202
        },
        {
            "start": 970490207,
            "stop": 970490209
        },
        {
            "start": 970490212,
            "stop": 970490213
        },
        {
            "start": 970490216,
            "stop": 970490225
        },
        {
            "start": 970490227,
            "stop": 970490239
        },
        {
            "start": 970490242,
            "stop": 970490248
        },
        {
            "start": 970490251,
            "stop": 970490252
        },
        {
            "start": 970490255,
            "stop": 970490256
        },
        {
            "start": 970490259,
            "stop": 970490260
        },
        {
            "start": 970490263,
            "stop": 970490264
        },
        {
            "start": 970490268,
            "stop": 970490269
        },
        {
            "start": 970490272,
            "stop": 970490278
        },
        {
            "start": 970490282,
            "stop": 970490286
        },
        {
            "start": 970490296,
            "stop": 970490299
        },
        {
            "start": 970490302,
            "stop": 970490306
        },
        {
            "start": 970490310,
            "stop": 970490313
        },
        {
            "start": 970490322,
            "stop": 970490334
        },
        {
            "start": 970490340,
            "stop": 970490342
        },
        {
            "start": 970490345,
            "stop": 970490353
        },
        {
            "start": 970490356,
            "stop": 970490366
        }
    ]
}