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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=286",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=284",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 285,
    "results": [
        {
            "start": 822623914,
            "stop": 822623978
        },
        {
            "start": 822623981,
            "stop": 822624520
        },
        {
            "start": 822624523,
            "stop": 822624645
        },
        {
            "start": 822624648,
            "stop": 822625013
        },
        {
            "start": 822625110,
            "stop": 822625402
        },
        {
            "start": 822625466,
            "stop": 822625753
        },
        {
            "start": 822625813,
            "stop": 822625865
        },
        {
            "start": 822625869,
            "stop": 822625993
        },
        {
            "start": 822626081,
            "stop": 822626293
        },
        {
            "start": 822626363,
            "stop": 822626536
        },
        {
            "start": 822626834,
            "stop": 822627427
        },
        {
            "start": 822627430,
            "stop": 822628037
        },
        {
            "start": 822628040,
            "stop": 822628095
        },
        {
            "start": 822628098,
            "stop": 822628424
        },
        {
            "start": 822628605,
            "stop": 822629005
        },
        {
            "start": 822629008,
            "stop": 822629009
        },
        {
            "start": 822629013,
            "stop": 822629106
        },
        {
            "start": 822629109,
            "stop": 822629266
        },
        {
            "start": 822629269,
            "stop": 822629751
        },
        {
            "start": 822629754,
            "stop": 822629998
        }
    ]
}