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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=44",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=42",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 43,
    "results": [
        {
            "start": 1128679195,
            "stop": 1128679848
        },
        {
            "start": 1128679849,
            "stop": 1128683320
        },
        {
            "start": 1128683321,
            "stop": 1128683958
        },
        {
            "start": 1128683959,
            "stop": 1128689444
        },
        {
            "start": 1128689445,
            "stop": 1128689671
        },
        {
            "start": 1128689672,
            "stop": 1128694756
        },
        {
            "start": 1128694758,
            "stop": 1128694800
        },
        {
            "start": 1128694920,
            "stop": 1128695160
        },
        {
            "start": 1128695280,
            "stop": 1128695460
        },
        {
            "start": 1128695520,
            "stop": 1128696688
        },
        {
            "start": 1128696689,
            "stop": 1128697320
        },
        {
            "start": 1128697380,
            "stop": 1128697501
        },
        {
            "start": 1128697502,
            "stop": 1128697674
        },
        {
            "start": 1128697675,
            "stop": 1128697740
        },
        {
            "start": 1128697800,
            "stop": 1128698280
        },
        {
            "start": 1128698340,
            "stop": 1128699900
        },
        {
            "start": 1128700020,
            "stop": 1128700260
        },
        {
            "start": 1128700380,
            "stop": 1128700620
        },
        {
            "start": 1128700740,
            "stop": 1128701040
        },
        {
            "start": 1128701100,
            "stop": 1128702480
        }
    ]
}