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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=249",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=247",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 248,
    "results": [
        {
            "start": 931747221,
            "stop": 931747243
        },
        {
            "start": 931747244,
            "stop": 931747333
        },
        {
            "start": 931747336,
            "stop": 931747337
        },
        {
            "start": 931747339,
            "stop": 931747344
        },
        {
            "start": 931747348,
            "stop": 931747349
        },
        {
            "start": 931747351,
            "stop": 931747363
        },
        {
            "start": 931747365,
            "stop": 931747394
        },
        {
            "start": 931747399,
            "stop": 931747402
        },
        {
            "start": 931747404,
            "stop": 931747410
        },
        {
            "start": 931747412,
            "stop": 931747431
        },
        {
            "start": 931747436,
            "stop": 931747439
        },
        {
            "start": 931747446,
            "stop": 931747447
        },
        {
            "start": 931747449,
            "stop": 931747450
        },
        {
            "start": 931747452,
            "stop": 931747453
        },
        {
            "start": 931747454,
            "stop": 931747455
        },
        {
            "start": 931747457,
            "stop": 931747474
        },
        {
            "start": 931747475,
            "stop": 931747586
        },
        {
            "start": 931747587,
            "stop": 931747622
        },
        {
            "start": 931747624,
            "stop": 931747627
        },
        {
            "start": 931747629,
            "stop": 931747708
        }
    ]
}