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=2190
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=2191",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2189",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2190,
    "results": [
        {
            "start": 872021857,
            "stop": 872021983
        },
        {
            "start": 872021986,
            "stop": 872022043
        },
        {
            "start": 872022046,
            "stop": 872022780
        },
        {
            "start": 872022840,
            "stop": 872023112
        },
        {
            "start": 872023120,
            "stop": 872023140
        },
        {
            "start": 872023200,
            "stop": 872028000
        },
        {
            "start": 872028060,
            "stop": 872028180
        },
        {
            "start": 872028240,
            "stop": 872030640
        },
        {
            "start": 872030700,
            "stop": 872030836
        },
        {
            "start": 872032214,
            "stop": 872032315
        },
        {
            "start": 872032318,
            "stop": 872033800
        },
        {
            "start": 872033803,
            "stop": 872038445
        },
        {
            "start": 872038455,
            "stop": 872038457
        },
        {
            "start": 872038463,
            "stop": 872043080
        },
        {
            "start": 872043083,
            "stop": 872047421
        },
        {
            "start": 872047423,
            "stop": 872048810
        },
        {
            "start": 872050429,
            "stop": 872092903
        },
        {
            "start": 872093229,
            "stop": 872100120
        },
        {
            "start": 872100180,
            "stop": 872103704
        },
        {
            "start": 872105259,
            "stop": 872113795
        }
    ]
}