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=251
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=252",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=250",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 251,
    "results": [
        {
            "start": 931164516,
            "stop": 931164521
        },
        {
            "start": 931164522,
            "stop": 931164527
        },
        {
            "start": 931164530,
            "stop": 931164532
        },
        {
            "start": 931164535,
            "stop": 931164536
        },
        {
            "start": 931164538,
            "stop": 931164541
        },
        {
            "start": 931164542,
            "stop": 931164543
        },
        {
            "start": 931164545,
            "stop": 931164547
        },
        {
            "start": 931164548,
            "stop": 931164557
        },
        {
            "start": 931164558,
            "stop": 931164563
        },
        {
            "start": 931164564,
            "stop": 931164567
        },
        {
            "start": 931164570,
            "stop": 931164572
        },
        {
            "start": 931164574,
            "stop": 931164575
        },
        {
            "start": 931164577,
            "stop": 931164579
        },
        {
            "start": 931164581,
            "stop": 931164585
        },
        {
            "start": 931164588,
            "stop": 931164589
        },
        {
            "start": 931164591,
            "stop": 931164592
        },
        {
            "start": 931164594,
            "stop": 931164601
        },
        {
            "start": 931164603,
            "stop": 931164607
        },
        {
            "start": 931164608,
            "stop": 931164609
        },
        {
            "start": 931164611,
            "stop": 931164613
        }
    ]
}