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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=569",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=567",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 568,
    "results": [
        {
            "start": 873318796,
            "stop": 873322102
        },
        {
            "start": 873322104,
            "stop": 873393985
        },
        {
            "start": 873393990,
            "stop": 873413430
        },
        {
            "start": 873413730,
            "stop": 873413989
        },
        {
            "start": 873414099,
            "stop": 873414328
        },
        {
            "start": 873414330,
            "stop": 873415558
        },
        {
            "start": 873415858,
            "stop": 873415872
        },
        {
            "start": 873416172,
            "stop": 873424459
        },
        {
            "start": 873430963,
            "stop": 873436439
        },
        {
            "start": 873436549,
            "stop": 873436623
        },
        {
            "start": 873436923,
            "stop": 873461747
        },
        {
            "start": 873461753,
            "stop": 873471055
        },
        {
            "start": 873471070,
            "stop": 873471092
        },
        {
            "start": 873471098,
            "stop": 873471105
        },
        {
            "start": 873471115,
            "stop": 873478020
        },
        {
            "start": 873478083,
            "stop": 873478090
        },
        {
            "start": 873478092,
            "stop": 873478100
        },
        {
            "start": 873478105,
            "stop": 873478107
        },
        {
            "start": 873478113,
            "stop": 873478135
        },
        {
            "start": 873478140,
            "stop": 873478145
        }
    ]
}