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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2435",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2433",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2434,
    "results": [
        {
            "start": 874011270,
            "stop": 874013246
        },
        {
            "start": 874013263,
            "stop": 874015051
        },
        {
            "start": 874015415,
            "stop": 874016535
        },
        {
            "start": 874016545,
            "stop": 874016814
        },
        {
            "start": 874016827,
            "stop": 874017163
        },
        {
            "start": 874017170,
            "stop": 874017236
        },
        {
            "start": 874017243,
            "stop": 874017262
        },
        {
            "start": 874017269,
            "stop": 874017278
        },
        {
            "start": 874017286,
            "stop": 874017427
        },
        {
            "start": 874017434,
            "stop": 874018087
        },
        {
            "start": 874018094,
            "stop": 874019880
        },
        {
            "start": 874019940,
            "stop": 874020217
        },
        {
            "start": 874020225,
            "stop": 874020470
        },
        {
            "start": 874020477,
            "stop": 874020900
        },
        {
            "start": 874020960,
            "stop": 874021015
        },
        {
            "start": 874021080,
            "stop": 874021233
        },
        {
            "start": 874021240,
            "stop": 874021440
        },
        {
            "start": 874021560,
            "stop": 874021680
        },
        {
            "start": 874021740,
            "stop": 874022700
        },
        {
            "start": 874022760,
            "stop": 874023567
        }
    ]
}