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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=223",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=221",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 222,
    "results": [
        {
            "start": 958380157,
            "stop": 958380163
        },
        {
            "start": 958380166,
            "stop": 958380177
        },
        {
            "start": 958380182,
            "stop": 958380208
        },
        {
            "start": 958380212,
            "stop": 958380216
        },
        {
            "start": 958380219,
            "stop": 958380220
        },
        {
            "start": 958380223,
            "stop": 958380241
        },
        {
            "start": 958380256,
            "stop": 958380257
        },
        {
            "start": 958380286,
            "stop": 958380289
        },
        {
            "start": 958380291,
            "stop": 958380293
        },
        {
            "start": 958380297,
            "stop": 958380413
        },
        {
            "start": 958380419,
            "stop": 958380421
        },
        {
            "start": 958380427,
            "stop": 958380611
        },
        {
            "start": 958380616,
            "stop": 958380617
        },
        {
            "start": 958380620,
            "stop": 958380647
        },
        {
            "start": 958380652,
            "stop": 958380733
        },
        {
            "start": 958380736,
            "stop": 958380761
        },
        {
            "start": 958380764,
            "stop": 958380773
        },
        {
            "start": 958380782,
            "stop": 958380783
        },
        {
            "start": 958380787,
            "stop": 958380788
        },
        {
            "start": 958380803,
            "stop": 958380804
        }
    ]
}