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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5070",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5068",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5069,
    "results": [
        {
            "start": 874618204,
            "stop": 874618205
        },
        {
            "start": 874618233,
            "stop": 874618256
        },
        {
            "start": 874618286,
            "stop": 874618306
        },
        {
            "start": 874618328,
            "stop": 874618353
        },
        {
            "start": 874618372,
            "stop": 874618392
        },
        {
            "start": 874618411,
            "stop": 874618431
        },
        {
            "start": 874618450,
            "stop": 874618490
        },
        {
            "start": 874618517,
            "stop": 874618520
        },
        {
            "start": 874618539,
            "stop": 874618540
        },
        {
            "start": 874618559,
            "stop": 874618607
        },
        {
            "start": 874618626,
            "stop": 874618688
        },
        {
            "start": 874618711,
            "stop": 874618715
        },
        {
            "start": 874618742,
            "stop": 874618749
        },
        {
            "start": 874618789,
            "stop": 874618802
        },
        {
            "start": 874618850,
            "stop": 874618890
        },
        {
            "start": 874618927,
            "stop": 874618936
        },
        {
            "start": 874618983,
            "stop": 874618987
        },
        {
            "start": 874619027,
            "stop": 874619029
        },
        {
            "start": 874619048,
            "stop": 874619049
        },
        {
            "start": 874619092,
            "stop": 874619196
        }
    ]
}