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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=202",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=200",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 201,
    "results": [
        {
            "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": 846844733
        },
        {
            "start": 846846836,
            "stop": 846853721
        },
        {
            "start": 846854021,
            "stop": 846854310
        },
        {
            "start": 846854610,
            "stop": 846854949
        },
        {
            "start": 846855265,
            "stop": 846855282
        },
        {
            "start": 846859852,
            "stop": 846861872
        },
        {
            "start": 846861874,
            "stop": 846861977
        },
        {
            "start": 847097667,
            "stop": 847101689
        }
    ]
}