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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=157",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=155",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 156,
    "results": [
        {
            "start": 1131174616,
            "stop": 1131174637
        },
        {
            "start": 1131174638,
            "stop": 1131174655
        },
        {
            "start": 1131174656,
            "stop": 1131174686
        },
        {
            "start": 1131174687,
            "stop": 1131174696
        },
        {
            "start": 1131174697,
            "stop": 1131174735
        },
        {
            "start": 1131174736,
            "stop": 1131174769
        },
        {
            "start": 1131174770,
            "stop": 1131174810
        },
        {
            "start": 1131174811,
            "stop": 1131174832
        },
        {
            "start": 1131174833,
            "stop": 1131174869
        },
        {
            "start": 1131174870,
            "stop": 1131174898
        },
        {
            "start": 1131174899,
            "stop": 1131174908
        },
        {
            "start": 1131174911,
            "stop": 1131174957
        },
        {
            "start": 1131174958,
            "stop": 1131174970
        },
        {
            "start": 1131174971,
            "stop": 1131175032
        },
        {
            "start": 1131175033,
            "stop": 1131175036
        },
        {
            "start": 1131175037,
            "stop": 1131175079
        },
        {
            "start": 1131175080,
            "stop": 1131175097
        },
        {
            "start": 1131175098,
            "stop": 1131175106
        },
        {
            "start": 1131175107,
            "stop": 1131175139
        },
        {
            "start": 1131175140,
            "stop": 1131175197
        }
    ]
}