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=1139
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=1140",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1138",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1139,
    "results": [
        {
            "start": 1136462290,
            "stop": 1136462320
        },
        {
            "start": 1136462323,
            "stop": 1136462385
        },
        {
            "start": 1136462388,
            "stop": 1136462411
        },
        {
            "start": 1136462414,
            "stop": 1136462440
        },
        {
            "start": 1136463255,
            "stop": 1136466236
        },
        {
            "start": 1136476672,
            "stop": 1136477871
        },
        {
            "start": 1136477874,
            "stop": 1136479759
        },
        {
            "start": 1136482802,
            "stop": 1136485051
        },
        {
            "start": 1136485053,
            "stop": 1136487188
        },
        {
            "start": 1136487189,
            "stop": 1136491302
        },
        {
            "start": 1136491305,
            "stop": 1136492724
        },
        {
            "start": 1136492726,
            "stop": 1136496355
        },
        {
            "start": 1136496358,
            "stop": 1136510398
        },
        {
            "start": 1136510400,
            "stop": 1136511263
        },
        {
            "start": 1136511269,
            "stop": 1136511270
        },
        {
            "start": 1136511273,
            "stop": 1136511275
        },
        {
            "start": 1136511278,
            "stop": 1136511280
        },
        {
            "start": 1136511283,
            "stop": 1136511291
        },
        {
            "start": 1136511295,
            "stop": 1136511296
        },
        {
            "start": 1136511299,
            "stop": 1136511304
        }
    ]
}