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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=66",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=64",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 65,
    "results": [
        {
            "start": 1174938664,
            "stop": 1174938670
        },
        {
            "start": 1174938680,
            "stop": 1174942540
        },
        {
            "start": 1174942550,
            "stop": 1174943920
        },
        {
            "start": 1174943940,
            "stop": 1174945376
        },
        {
            "start": 1174945378,
            "stop": 1174947100
        },
        {
            "start": 1174947110,
            "stop": 1174947170
        },
        {
            "start": 1174947180,
            "stop": 1174947200
        },
        {
            "start": 1174947230,
            "stop": 1174947240
        },
        {
            "start": 1174947250,
            "stop": 1174947300
        },
        {
            "start": 1174947380,
            "stop": 1174948620
        },
        {
            "start": 1174948630,
            "stop": 1174949400
        },
        {
            "start": 1174949410,
            "stop": 1174991090
        },
        {
            "start": 1174991564,
            "stop": 1175007292
        },
        {
            "start": 1175007294,
            "stop": 1175008065
        },
        {
            "start": 1175008067,
            "stop": 1175011050
        },
        {
            "start": 1175011080,
            "stop": 1175011090
        },
        {
            "start": 1175011120,
            "stop": 1175011140
        },
        {
            "start": 1175011180,
            "stop": 1175012141
        },
        {
            "start": 1175012143,
            "stop": 1175012178
        },
        {
            "start": 1175012180,
            "stop": 1175012314
        }
    ]
}