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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=528",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=526",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 527,
    "results": [
        {
            "start": 1262758126,
            "stop": 1262758227
        },
        {
            "start": 1262758230,
            "stop": 1262758307
        },
        {
            "start": 1262758310,
            "stop": 1262758374
        },
        {
            "start": 1262758377,
            "stop": 1262758391
        },
        {
            "start": 1262758394,
            "stop": 1262758437
        },
        {
            "start": 1262758440,
            "stop": 1262758474
        },
        {
            "start": 1262758477,
            "stop": 1262758688
        },
        {
            "start": 1262758691,
            "stop": 1262758978
        },
        {
            "start": 1262758981,
            "stop": 1262759069
        },
        {
            "start": 1262759072,
            "stop": 1262759163
        },
        {
            "start": 1262759166,
            "stop": 1262759174
        },
        {
            "start": 1262759176,
            "stop": 1262759240
        },
        {
            "start": 1262759243,
            "stop": 1262759267
        },
        {
            "start": 1262759270,
            "stop": 1262759275
        },
        {
            "start": 1262759281,
            "stop": 1262759322
        },
        {
            "start": 1262759325,
            "stop": 1262759380
        },
        {
            "start": 1262759383,
            "stop": 1262759388
        },
        {
            "start": 1262759391,
            "stop": 1262759415
        },
        {
            "start": 1262759418,
            "stop": 1262759425
        },
        {
            "start": 1262759428,
            "stop": 1262759482
        }
    ]
}