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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=66",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=64",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 65,
    "results": [
        {
            "start": 822622373,
            "stop": 822625014
        },
        {
            "start": 822625110,
            "stop": 822625403
        },
        {
            "start": 822625466,
            "stop": 822625753
        },
        {
            "start": 822625763,
            "stop": 822625764
        },
        {
            "start": 822625813,
            "stop": 822625993
        },
        {
            "start": 822626018,
            "stop": 822626019
        },
        {
            "start": 822626081,
            "stop": 822626293
        },
        {
            "start": 822626297,
            "stop": 822626298
        },
        {
            "start": 822626363,
            "stop": 822626537
        },
        {
            "start": 822626834,
            "stop": 822632796
        },
        {
            "start": 822633384,
            "stop": 822634169
        },
        {
            "start": 822634279,
            "stop": 822634479
        },
        {
            "start": 822637533,
            "stop": 822637993
        },
        {
            "start": 822638011,
            "stop": 822638013
        },
        {
            "start": 822638089,
            "stop": 822638113
        },
        {
            "start": 822638150,
            "stop": 822638151
        },
        {
            "start": 822638242,
            "stop": 822638483
        },
        {
            "start": 822638783,
            "stop": 822638953
        },
        {
            "start": 822639253,
            "stop": 822639853
        },
        {
            "start": 822639863,
            "stop": 822639864
        }
    ]
}