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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2190",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2188",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2189,
    "results": [
        {
            "start": 871927593,
            "stop": 871927603
        },
        {
            "start": 871927607,
            "stop": 871928654
        },
        {
            "start": 871928660,
            "stop": 871928940
        },
        {
            "start": 871929000,
            "stop": 871931442
        },
        {
            "start": 871931444,
            "stop": 871933650
        },
        {
            "start": 871934076,
            "stop": 871936799
        },
        {
            "start": 871936860,
            "stop": 871939542
        },
        {
            "start": 871939548,
            "stop": 871945429
        },
        {
            "start": 871945432,
            "stop": 871951027
        },
        {
            "start": 871951033,
            "stop": 871963552
        },
        {
            "start": 871963555,
            "stop": 872000434
        },
        {
            "start": 872000437,
            "stop": 872008140
        },
        {
            "start": 872008143,
            "stop": 872010540
        },
        {
            "start": 872010600,
            "stop": 872014319
        },
        {
            "start": 872014380,
            "stop": 872014866
        },
        {
            "start": 872017742,
            "stop": 872017745
        },
        {
            "start": 872017750,
            "stop": 872018291
        },
        {
            "start": 872019291,
            "stop": 872019967
        },
        {
            "start": 872020025,
            "stop": 872020629
        },
        {
            "start": 872020631,
            "stop": 872021854
        }
    ]
}