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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=474",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=472",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 473,
    "results": [
        {
            "start": 1262116221,
            "stop": 1262117348
        },
        {
            "start": 1262117351,
            "stop": 1262117443
        },
        {
            "start": 1262117446,
            "stop": 1262117942
        },
        {
            "start": 1262117945,
            "stop": 1262117998
        },
        {
            "start": 1262118001,
            "stop": 1262118019
        },
        {
            "start": 1262118022,
            "stop": 1262118070
        },
        {
            "start": 1262118073,
            "stop": 1262118409
        },
        {
            "start": 1262118412,
            "stop": 1262118413
        },
        {
            "start": 1262118416,
            "stop": 1262119087
        },
        {
            "start": 1262119090,
            "stop": 1262119201
        },
        {
            "start": 1262119204,
            "stop": 1262119206
        },
        {
            "start": 1262119209,
            "stop": 1262119971
        },
        {
            "start": 1262119974,
            "stop": 1262120422
        },
        {
            "start": 1262120425,
            "stop": 1262120543
        },
        {
            "start": 1262120546,
            "stop": 1262120562
        },
        {
            "start": 1262120565,
            "stop": 1262120577
        },
        {
            "start": 1262120580,
            "stop": 1262120679
        },
        {
            "start": 1262120682,
            "stop": 1262120691
        },
        {
            "start": 1262120694,
            "stop": 1262121427
        },
        {
            "start": 1262121430,
            "stop": 1262122275
        }
    ]
}