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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6297",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6295",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6296,
    "results": [
        {
            "start": 873121976,
            "stop": 873122086
        },
        {
            "start": 873122087,
            "stop": 873122312
        },
        {
            "start": 873122313,
            "stop": 873122972
        },
        {
            "start": 873122973,
            "stop": 873122984
        },
        {
            "start": 873122985,
            "stop": 873123240
        },
        {
            "start": 873123241,
            "stop": 873123408
        },
        {
            "start": 873123409,
            "stop": 873123507
        },
        {
            "start": 873123508,
            "stop": 873124130
        },
        {
            "start": 873124131,
            "stop": 873124473
        },
        {
            "start": 873124475,
            "stop": 873124671
        },
        {
            "start": 873124672,
            "stop": 873124978
        },
        {
            "start": 873124979,
            "stop": 873125216
        },
        {
            "start": 873125217,
            "stop": 873125259
        },
        {
            "start": 873125260,
            "stop": 873125442
        },
        {
            "start": 873125443,
            "stop": 873125515
        },
        {
            "start": 873125516,
            "stop": 873125782
        },
        {
            "start": 873125784,
            "stop": 873126018
        },
        {
            "start": 873126019,
            "stop": 873126220
        },
        {
            "start": 873126221,
            "stop": 873126786
        },
        {
            "start": 873126787,
            "stop": 873127062
        }
    ]
}