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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=273",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=271",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 272,
    "results": [
        {
            "start": 822481528,
            "stop": 822481535
        },
        {
            "start": 822481538,
            "stop": 822481551
        },
        {
            "start": 822481554,
            "stop": 822481559
        },
        {
            "start": 822481563,
            "stop": 822481569
        },
        {
            "start": 822481572,
            "stop": 822481621
        },
        {
            "start": 822481624,
            "stop": 822481638
        },
        {
            "start": 822481938,
            "stop": 822481975
        },
        {
            "start": 822481978,
            "stop": 822482261
        },
        {
            "start": 822482264,
            "stop": 822482266
        },
        {
            "start": 822482270,
            "stop": 822482311
        },
        {
            "start": 822482314,
            "stop": 822482361
        },
        {
            "start": 822482366,
            "stop": 822482389
        },
        {
            "start": 822483124,
            "stop": 822483134
        },
        {
            "start": 822483137,
            "stop": 822483138
        },
        {
            "start": 822483142,
            "stop": 822483231
        },
        {
            "start": 822483234,
            "stop": 822483253
        },
        {
            "start": 822486746,
            "stop": 822486765
        },
        {
            "start": 822486894,
            "stop": 822486931
        },
        {
            "start": 822486934,
            "stop": 822487018
        },
        {
            "start": 822487022,
            "stop": 822487061
        }
    ]
}