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=127
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=128",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=126",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 127,
    "results": [
        {
            "start": 1175926790,
            "stop": 1175927864
        },
        {
            "start": 1175927865,
            "stop": 1175928913
        },
        {
            "start": 1175928914,
            "stop": 1175930342
        },
        {
            "start": 1175930343,
            "stop": 1175931221
        },
        {
            "start": 1175931222,
            "stop": 1175932392
        },
        {
            "start": 1175932393,
            "stop": 1175933760
        },
        {
            "start": 1175933761,
            "stop": 1175935188
        },
        {
            "start": 1175935189,
            "stop": 1175936354
        },
        {
            "start": 1175936355,
            "stop": 1175937670
        },
        {
            "start": 1175937671,
            "stop": 1175938838
        },
        {
            "start": 1175938839,
            "stop": 1175940120
        },
        {
            "start": 1175940121,
            "stop": 1175941374
        },
        {
            "start": 1175941375,
            "stop": 1175942653
        },
        {
            "start": 1175942654,
            "stop": 1175943795
        },
        {
            "start": 1175943796,
            "stop": 1175945146
        },
        {
            "start": 1175945147,
            "stop": 1175946468
        },
        {
            "start": 1175946469,
            "stop": 1175947851
        },
        {
            "start": 1175947852,
            "stop": 1175948590
        },
        {
            "start": 1175951741,
            "stop": 1175951801
        },
        {
            "start": 1175951802,
            "stop": 1175953262
        }
    ]
}