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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=226",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=224",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 225,
    "results": [
        {
            "start": 931161374,
            "stop": 931161375
        },
        {
            "start": 931161380,
            "stop": 931161388
        },
        {
            "start": 931161389,
            "stop": 931161393
        },
        {
            "start": 931161396,
            "stop": 931161400
        },
        {
            "start": 931161402,
            "stop": 931161403
        },
        {
            "start": 931161404,
            "stop": 931161405
        },
        {
            "start": 931161408,
            "stop": 931161413
        },
        {
            "start": 931161414,
            "stop": 931161417
        },
        {
            "start": 931161418,
            "stop": 931161420
        },
        {
            "start": 931161422,
            "stop": 931161428
        },
        {
            "start": 931161430,
            "stop": 931161432
        },
        {
            "start": 931161433,
            "stop": 931161448
        },
        {
            "start": 931161449,
            "stop": 931161456
        },
        {
            "start": 931161458,
            "stop": 931161466
        },
        {
            "start": 931161467,
            "stop": 931161470
        },
        {
            "start": 931161471,
            "stop": 931161472
        },
        {
            "start": 931161473,
            "stop": 931161474
        },
        {
            "start": 931161475,
            "stop": 931161480
        },
        {
            "start": 931161481,
            "stop": 931161484
        },
        {
            "start": 931161486,
            "stop": 931161488
        }
    ]
}