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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33083",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33081",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33082,
    "results": [
        {
            "start": 970474587,
            "stop": 970474588
        },
        {
            "start": 970474615,
            "stop": 970474617
        },
        {
            "start": 970474642,
            "stop": 970474643
        },
        {
            "start": 970474648,
            "stop": 970474649
        },
        {
            "start": 970474652,
            "stop": 970474653
        },
        {
            "start": 970474672,
            "stop": 970474673
        },
        {
            "start": 970474674,
            "stop": 970474675
        },
        {
            "start": 970474684,
            "stop": 970474685
        },
        {
            "start": 970489278,
            "stop": 970489279
        },
        {
            "start": 970489293,
            "stop": 970489294
        },
        {
            "start": 970489395,
            "stop": 970489396
        },
        {
            "start": 970489422,
            "stop": 970489423
        },
        {
            "start": 970489513,
            "stop": 970489514
        },
        {
            "start": 970489572,
            "stop": 970489573
        },
        {
            "start": 970489932,
            "stop": 970489933
        },
        {
            "start": 970490152,
            "stop": 970490153
        },
        {
            "start": 970490191,
            "stop": 970490192
        },
        {
            "start": 970490234,
            "stop": 970490237
        },
        {
            "start": 970490277,
            "stop": 970490278
        },
        {
            "start": 970490305,
            "stop": 970490306
        }
    ]
}