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=116
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=117",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=115",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 116,
    "results": [
        {
            "start": 1175598340,
            "stop": 1175599401
        },
        {
            "start": 1175599402,
            "stop": 1175600541
        },
        {
            "start": 1175600542,
            "stop": 1175601594
        },
        {
            "start": 1175601595,
            "stop": 1175602746
        },
        {
            "start": 1175602747,
            "stop": 1175603770
        },
        {
            "start": 1175603771,
            "stop": 1175604922
        },
        {
            "start": 1175604923,
            "stop": 1175605990
        },
        {
            "start": 1175605991,
            "stop": 1175607148
        },
        {
            "start": 1175607149,
            "stop": 1175608178
        },
        {
            "start": 1175608179,
            "stop": 1175609301
        },
        {
            "start": 1175609302,
            "stop": 1175610309
        },
        {
            "start": 1175610310,
            "stop": 1175611419
        },
        {
            "start": 1175611420,
            "stop": 1175612406
        },
        {
            "start": 1175612407,
            "stop": 1175613539
        },
        {
            "start": 1175613540,
            "stop": 1175614549
        },
        {
            "start": 1175614550,
            "stop": 1175615851
        },
        {
            "start": 1175615852,
            "stop": 1175616849
        },
        {
            "start": 1175616850,
            "stop": 1175617908
        },
        {
            "start": 1175617909,
            "stop": 1175619228
        },
        {
            "start": 1175619229,
            "stop": 1175620530
        }
    ]
}