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=286
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=287",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=285",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 286,
    "results": [
        {
            "start": 822630001,
            "stop": 822630282
        },
        {
            "start": 822630285,
            "stop": 822630287
        },
        {
            "start": 822630290,
            "stop": 822630346
        },
        {
            "start": 822630349,
            "stop": 822630588
        },
        {
            "start": 822630591,
            "stop": 822630628
        },
        {
            "start": 822630632,
            "stop": 822630721
        },
        {
            "start": 822630724,
            "stop": 822630909
        },
        {
            "start": 822630912,
            "stop": 822631707
        },
        {
            "start": 822631710,
            "stop": 822631725
        },
        {
            "start": 822631728,
            "stop": 822632165
        },
        {
            "start": 822632168,
            "stop": 822632440
        },
        {
            "start": 822632444,
            "stop": 822632796
        },
        {
            "start": 822633384,
            "stop": 822633434
        },
        {
            "start": 822633438,
            "stop": 822633584
        },
        {
            "start": 822633765,
            "stop": 822633824
        },
        {
            "start": 822634005,
            "stop": 822634013
        },
        {
            "start": 822634016,
            "stop": 822634124
        },
        {
            "start": 822637533,
            "stop": 822637777
        },
        {
            "start": 822637780,
            "stop": 822637993
        },
        {
            "start": 822638011,
            "stop": 822638012
        }
    ]
}