Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=43
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=44",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=42",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 43,
    "results": [
        {
            "start": 931081342,
            "stop": 931081343
        },
        {
            "start": 931081344,
            "stop": 931081346
        },
        {
            "start": 931081347,
            "stop": 931081348
        },
        {
            "start": 931081349,
            "stop": 931081350
        },
        {
            "start": 931081354,
            "stop": 931081355
        },
        {
            "start": 931081358,
            "stop": 931081359
        },
        {
            "start": 931081360,
            "stop": 931081362
        },
        {
            "start": 931081364,
            "stop": 931081365
        },
        {
            "start": 931081367,
            "stop": 931081368
        },
        {
            "start": 931081369,
            "stop": 931081385
        },
        {
            "start": 931081388,
            "stop": 931081401
        },
        {
            "start": 931081403,
            "stop": 931081404
        },
        {
            "start": 931081406,
            "stop": 931081415
        },
        {
            "start": 931081417,
            "stop": 931081422
        },
        {
            "start": 931081423,
            "stop": 931081430
        },
        {
            "start": 931081431,
            "stop": 931081433
        },
        {
            "start": 931081438,
            "stop": 931081439
        },
        {
            "start": 931081441,
            "stop": 931081443
        },
        {
            "start": 931081444,
            "stop": 931081448
        },
        {
            "start": 931081452,
            "stop": 931081458
        }
    ]
}