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=236
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=237",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=235",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 236,
    "results": [
        {
            "start": 821577979,
            "stop": 821578046
        },
        {
            "start": 821578049,
            "stop": 821578052
        },
        {
            "start": 821578055,
            "stop": 821578057
        },
        {
            "start": 821578061,
            "stop": 821578098
        },
        {
            "start": 821578102,
            "stop": 821578311
        },
        {
            "start": 821578314,
            "stop": 821578432
        },
        {
            "start": 821578436,
            "stop": 821578438
        },
        {
            "start": 821578441,
            "stop": 821578574
        },
        {
            "start": 821578577,
            "stop": 821578580
        },
        {
            "start": 821578583,
            "stop": 821578650
        },
        {
            "start": 821578653,
            "stop": 821578677
        },
        {
            "start": 821578740,
            "stop": 821578822
        },
        {
            "start": 821578825,
            "stop": 821578843
        },
        {
            "start": 821578847,
            "stop": 821578973
        },
        {
            "start": 821578977,
            "stop": 821579294
        },
        {
            "start": 821579297,
            "stop": 821579349
        },
        {
            "start": 821579353,
            "stop": 821579376
        },
        {
            "start": 821579379,
            "stop": 821579390
        },
        {
            "start": 821579393,
            "stop": 821579396
        },
        {
            "start": 821579399,
            "stop": 821579403
        }
    ]
}