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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=263",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=261",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 262,
    "results": [
        {
            "start": 821577931,
            "stop": 821577970
        },
        {
            "start": 821577973,
            "stop": 821577975
        },
        {
            "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": 821578680,
            "stop": 821578709
        },
        {
            "start": 821578731,
            "stop": 821578822
        },
        {
            "start": 821578825,
            "stop": 821578843
        },
        {
            "start": 821578847,
            "stop": 821578973
        },
        {
            "start": 821578977,
            "stop": 821579294
        },
        {
            "start": 821579297,
            "stop": 821579349
        },
        {
            "start": 821579353,
            "stop": 821579376
        }
    ]
}