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=281
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=282",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=280",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 281,
    "results": [
        {
            "start": 822560526,
            "stop": 822560702
        },
        {
            "start": 822560706,
            "stop": 822560723
        },
        {
            "start": 822560727,
            "stop": 822560834
        },
        {
            "start": 822560837,
            "stop": 822561011
        },
        {
            "start": 822561014,
            "stop": 822561069
        },
        {
            "start": 822561072,
            "stop": 822561581
        },
        {
            "start": 822561584,
            "stop": 822562682
        },
        {
            "start": 822562745,
            "stop": 822563107
        },
        {
            "start": 822563173,
            "stop": 822564164
        },
        {
            "start": 822564167,
            "stop": 822564235
        },
        {
            "start": 822564322,
            "stop": 822564733
        },
        {
            "start": 822564812,
            "stop": 822565513
        },
        {
            "start": 822565764,
            "stop": 822565860
        },
        {
            "start": 822565864,
            "stop": 822565929
        },
        {
            "start": 822565932,
            "stop": 822566524
        },
        {
            "start": 822566527,
            "stop": 822566702
        },
        {
            "start": 822566705,
            "stop": 822566716
        },
        {
            "start": 822566720,
            "stop": 822566985
        },
        {
            "start": 822568101,
            "stop": 822568393
        },
        {
            "start": 822568396,
            "stop": 822568689
        }
    ]
}