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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=57",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=55",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 56,
    "results": [
        {
            "start": 1129305480,
            "stop": 1129306440
        },
        {
            "start": 1129306620,
            "stop": 1129307347
        },
        {
            "start": 1129307348,
            "stop": 1129307460
        },
        {
            "start": 1129307580,
            "stop": 1129307760
        },
        {
            "start": 1129307880,
            "stop": 1129308000
        },
        {
            "start": 1129308120,
            "stop": 1129309342
        },
        {
            "start": 1129309344,
            "stop": 1129309860
        },
        {
            "start": 1129309920,
            "stop": 1129311240
        },
        {
            "start": 1129311480,
            "stop": 1129311485
        },
        {
            "start": 1129311486,
            "stop": 1129311617
        },
        {
            "start": 1129311618,
            "stop": 1129312500
        },
        {
            "start": 1129312620,
            "stop": 1129312740
        },
        {
            "start": 1129312920,
            "stop": 1129314240
        },
        {
            "start": 1129314360,
            "stop": 1129316760
        },
        {
            "start": 1129316820,
            "stop": 1129317420
        },
        {
            "start": 1129317540,
            "stop": 1129317660
        },
        {
            "start": 1129317720,
            "stop": 1129317903
        },
        {
            "start": 1129317904,
            "stop": 1129317960
        },
        {
            "start": 1129318020,
            "stop": 1129319160
        },
        {
            "start": 1129319280,
            "stop": 1129319520
        }
    ]
}