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=127
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=128",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=126",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 127,
    "results": [
        {
            "start": 1131160430,
            "stop": 1131160437
        },
        {
            "start": 1131160438,
            "stop": 1131160445
        },
        {
            "start": 1131160446,
            "stop": 1131160461
        },
        {
            "start": 1131160462,
            "stop": 1131160463
        },
        {
            "start": 1131160464,
            "stop": 1131160518
        },
        {
            "start": 1131160519,
            "stop": 1131160570
        },
        {
            "start": 1131160572,
            "stop": 1131160574
        },
        {
            "start": 1131160575,
            "stop": 1131160600
        },
        {
            "start": 1131160601,
            "stop": 1131160679
        },
        {
            "start": 1131160680,
            "stop": 1131160691
        },
        {
            "start": 1131160692,
            "stop": 1131160699
        },
        {
            "start": 1131160700,
            "stop": 1131160711
        },
        {
            "start": 1131160712,
            "stop": 1131160721
        },
        {
            "start": 1131160722,
            "stop": 1131160725
        },
        {
            "start": 1131160727,
            "stop": 1131160759
        },
        {
            "start": 1131160760,
            "stop": 1131160823
        },
        {
            "start": 1131160825,
            "stop": 1131160896
        },
        {
            "start": 1131160897,
            "stop": 1131160928
        },
        {
            "start": 1131160929,
            "stop": 1131160949
        },
        {
            "start": 1131160950,
            "stop": 1131160966
        }
    ]
}