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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=191",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=189",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 190,
    "results": [
        {
            "start": 874318403,
            "stop": 874340680
        },
        {
            "start": 874341390,
            "stop": 874342400
        },
        {
            "start": 874342587,
            "stop": 874347689
        },
        {
            "start": 874348852,
            "stop": 874349484
        },
        {
            "start": 874350418,
            "stop": 874352747
        },
        {
            "start": 874353852,
            "stop": 874354133
        },
        {
            "start": 874355523,
            "stop": 874360677
        },
        {
            "start": 874362690,
            "stop": 874436890
        },
        {
            "start": 874438904,
            "stop": 874501501
        },
        {
            "start": 874502348,
            "stop": 874514084
        },
        {
            "start": 874515038,
            "stop": 874622913
        },
        {
            "start": 874624805,
            "stop": 874650122
        },
        {
            "start": 874651935,
            "stop": 874695974
        },
        {
            "start": 874697253,
            "stop": 874706769
        },
        {
            "start": 874708032,
            "stop": 874767736
        },
        {
            "start": 874786169,
            "stop": 874787743
        },
        {
            "start": 874787857,
            "stop": 874802187
        },
        {
            "start": 874802460,
            "stop": 874817608
        },
        {
            "start": 874819487,
            "stop": 874846235
        },
        {
            "start": 874847419,
            "stop": 874848004
        }
    ]
}