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=267
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=268",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=266",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 267,
    "results": [
        {
            "start": 846747041,
            "stop": 846747118
        },
        {
            "start": 846747418,
            "stop": 846748008
        },
        {
            "start": 846748359,
            "stop": 846751161
        },
        {
            "start": 846751271,
            "stop": 846751306
        },
        {
            "start": 846751730,
            "stop": 846751759
        },
        {
            "start": 846752059,
            "stop": 846752626
        },
        {
            "start": 846752736,
            "stop": 846752887
        },
        {
            "start": 846753187,
            "stop": 846753356
        },
        {
            "start": 846753466,
            "stop": 846753771
        },
        {
            "start": 846754071,
            "stop": 846754178
        },
        {
            "start": 846754478,
            "stop": 846792928
        },
        {
            "start": 846792930,
            "stop": 846826277
        },
        {
            "start": 846827779,
            "stop": 846834353
        },
        {
            "start": 846838280,
            "stop": 846844693
        },
        {
            "start": 846844732,
            "stop": 846844733
        },
        {
            "start": 846846836,
            "stop": 846851363
        },
        {
            "start": 846851364,
            "stop": 846851365
        },
        {
            "start": 846851368,
            "stop": 846853721
        },
        {
            "start": 846854021,
            "stop": 846854310
        },
        {
            "start": 846854610,
            "stop": 846854949
        }
    ]
}