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=250
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=251",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=249",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 250,
    "results": [
        {
            "start": 931164414,
            "stop": 931164417
        },
        {
            "start": 931164422,
            "stop": 931164424
        },
        {
            "start": 931164425,
            "stop": 931164426
        },
        {
            "start": 931164429,
            "stop": 931164431
        },
        {
            "start": 931164434,
            "stop": 931164438
        },
        {
            "start": 931164439,
            "stop": 931164443
        },
        {
            "start": 931164444,
            "stop": 931164450
        },
        {
            "start": 931164452,
            "stop": 931164454
        },
        {
            "start": 931164455,
            "stop": 931164459
        },
        {
            "start": 931164460,
            "stop": 931164461
        },
        {
            "start": 931164465,
            "stop": 931164468
        },
        {
            "start": 931164469,
            "stop": 931164472
        },
        {
            "start": 931164476,
            "stop": 931164478
        },
        {
            "start": 931164480,
            "stop": 931164481
        },
        {
            "start": 931164484,
            "stop": 931164487
        },
        {
            "start": 931164488,
            "stop": 931164496
        },
        {
            "start": 931164497,
            "stop": 931164499
        },
        {
            "start": 931164500,
            "stop": 931164502
        },
        {
            "start": 931164503,
            "stop": 931164507
        },
        {
            "start": 931164514,
            "stop": 931164515
        }
    ]
}