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=634
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=635",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=633",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 634,
    "results": [
        {
            "start": 829173853,
            "stop": 829174110
        },
        {
            "start": 829174113,
            "stop": 829174294
        },
        {
            "start": 829206810,
            "stop": 829206840
        },
        {
            "start": 829207200,
            "stop": 829207204
        },
        {
            "start": 829207208,
            "stop": 829207218
        },
        {
            "start": 829207221,
            "stop": 829207241
        },
        {
            "start": 829207244,
            "stop": 829207272
        },
        {
            "start": 829208100,
            "stop": 829208104
        },
        {
            "start": 829210428,
            "stop": 829210430
        },
        {
            "start": 829210516,
            "stop": 829210517
        },
        {
            "start": 829214456,
            "stop": 829214459
        },
        {
            "start": 829238543,
            "stop": 829238553
        },
        {
            "start": 829238937,
            "stop": 829238938
        },
        {
            "start": 829238963,
            "stop": 829238964
        },
        {
            "start": 829239063,
            "stop": 829239066
        },
        {
            "start": 829239116,
            "stop": 829239117
        },
        {
            "start": 829239120,
            "stop": 829239134
        },
        {
            "start": 829239224,
            "stop": 829239232
        },
        {
            "start": 829239261,
            "stop": 829239263
        },
        {
            "start": 829239285,
            "stop": 829239317
        }
    ]
}