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=2144
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=2145",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2143",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2144,
    "results": [
        {
            "start": 868221995,
            "stop": 868222080
        },
        {
            "start": 868222140,
            "stop": 868222269
        },
        {
            "start": 868222569,
            "stop": 868223100
        },
        {
            "start": 868223247,
            "stop": 868223640
        },
        {
            "start": 868223872,
            "stop": 868224105
        },
        {
            "start": 868228889,
            "stop": 868229397
        },
        {
            "start": 868229403,
            "stop": 868229920
        },
        {
            "start": 868229925,
            "stop": 868231017
        },
        {
            "start": 868231023,
            "stop": 868232416
        },
        {
            "start": 868232828,
            "stop": 868234306
        },
        {
            "start": 868234309,
            "stop": 868234557
        },
        {
            "start": 868234563,
            "stop": 868234592
        },
        {
            "start": 868234598,
            "stop": 868234610
        },
        {
            "start": 868234615,
            "stop": 868234617
        },
        {
            "start": 868234623,
            "stop": 868236156
        },
        {
            "start": 868236456,
            "stop": 868236610
        },
        {
            "start": 868236939,
            "stop": 868247399
        },
        {
            "start": 868248566,
            "stop": 868249110
        },
        {
            "start": 868249170,
            "stop": 868252102
        },
        {
            "start": 868252110,
            "stop": 868253427
        }
    ]
}