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=133
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=134",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=132",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 133,
    "results": [
        {
            "start": 1131163403,
            "stop": 1131163421
        },
        {
            "start": 1131163423,
            "stop": 1131163444
        },
        {
            "start": 1131163445,
            "stop": 1131163453
        },
        {
            "start": 1131163454,
            "stop": 1131163465
        },
        {
            "start": 1131163466,
            "stop": 1131163489
        },
        {
            "start": 1131163490,
            "stop": 1131163522
        },
        {
            "start": 1131163523,
            "stop": 1131163545
        },
        {
            "start": 1131163546,
            "stop": 1131163547
        },
        {
            "start": 1131163548,
            "stop": 1131163556
        },
        {
            "start": 1131163557,
            "stop": 1131163559
        },
        {
            "start": 1131163560,
            "stop": 1131163566
        },
        {
            "start": 1131163567,
            "stop": 1131163575
        },
        {
            "start": 1131163576,
            "stop": 1131163592
        },
        {
            "start": 1131163594,
            "stop": 1131163602
        },
        {
            "start": 1131163603,
            "stop": 1131163613
        },
        {
            "start": 1131163614,
            "stop": 1131163631
        },
        {
            "start": 1131163633,
            "stop": 1131163687
        },
        {
            "start": 1131163688,
            "stop": 1131163704
        },
        {
            "start": 1131163705,
            "stop": 1131163718
        },
        {
            "start": 1131163719,
            "stop": 1131163732
        }
    ]
}