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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=227",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=225",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 226,
    "results": [
        {
            "start": 1185865610,
            "stop": 1185865666
        },
        {
            "start": 1185865668,
            "stop": 1185865677
        },
        {
            "start": 1185865678,
            "stop": 1185865956
        },
        {
            "start": 1185865957,
            "stop": 1185866130
        },
        {
            "start": 1185866134,
            "stop": 1185866140
        },
        {
            "start": 1185866143,
            "stop": 1185866145
        },
        {
            "start": 1185866147,
            "stop": 1185866150
        },
        {
            "start": 1185866151,
            "stop": 1185866162
        },
        {
            "start": 1185866163,
            "stop": 1185866279
        },
        {
            "start": 1185866281,
            "stop": 1185866288
        },
        {
            "start": 1185866290,
            "stop": 1185866293
        },
        {
            "start": 1185866297,
            "stop": 1185866302
        },
        {
            "start": 1185866303,
            "stop": 1185866304
        },
        {
            "start": 1185866305,
            "stop": 1185866306
        },
        {
            "start": 1185866307,
            "stop": 1185866552
        },
        {
            "start": 1185866553,
            "stop": 1185866560
        },
        {
            "start": 1185866561,
            "stop": 1185877297
        },
        {
            "start": 1185885164,
            "stop": 1185899378
        },
        {
            "start": 1185908256,
            "stop": 1185909696
        },
        {
            "start": 1185911564,
            "stop": 1185912267
        }
    ]
}