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=6392
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=6393",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6391",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6392,
    "results": [
        {
            "start": 873590161,
            "stop": 873590822
        },
        {
            "start": 873590823,
            "stop": 873590901
        },
        {
            "start": 873590902,
            "stop": 873591039
        },
        {
            "start": 873591040,
            "stop": 873591282
        },
        {
            "start": 873591283,
            "stop": 873591817
        },
        {
            "start": 873591818,
            "stop": 873591859
        },
        {
            "start": 873591861,
            "stop": 873592025
        },
        {
            "start": 873592027,
            "stop": 873592412
        },
        {
            "start": 873592413,
            "stop": 873592433
        },
        {
            "start": 873592434,
            "stop": 873592505
        },
        {
            "start": 873592506,
            "stop": 873592531
        },
        {
            "start": 873592533,
            "stop": 873592681
        },
        {
            "start": 873592683,
            "stop": 873592780
        },
        {
            "start": 873592781,
            "stop": 873593165
        },
        {
            "start": 873593167,
            "stop": 873593212
        },
        {
            "start": 873593213,
            "stop": 873593241
        },
        {
            "start": 873593243,
            "stop": 873593999
        },
        {
            "start": 873594000,
            "stop": 873594264
        },
        {
            "start": 873594266,
            "stop": 873594369
        },
        {
            "start": 873594371,
            "stop": 873594557
        }
    ]
}