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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1137",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1135",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1136,
    "results": [
        {
            "start": 1136460271,
            "stop": 1136460286
        },
        {
            "start": 1136460289,
            "stop": 1136460322
        },
        {
            "start": 1136460325,
            "stop": 1136460344
        },
        {
            "start": 1136460347,
            "stop": 1136460375
        },
        {
            "start": 1136460378,
            "stop": 1136460383
        },
        {
            "start": 1136460386,
            "stop": 1136460398
        },
        {
            "start": 1136460401,
            "stop": 1136460422
        },
        {
            "start": 1136460425,
            "stop": 1136460454
        },
        {
            "start": 1136460457,
            "stop": 1136460462
        },
        {
            "start": 1136460465,
            "stop": 1136460481
        },
        {
            "start": 1136460484,
            "stop": 1136460494
        },
        {
            "start": 1136460497,
            "stop": 1136460517
        },
        {
            "start": 1136460520,
            "stop": 1136460576
        },
        {
            "start": 1136460579,
            "stop": 1136460584
        },
        {
            "start": 1136460587,
            "stop": 1136460603
        },
        {
            "start": 1136460606,
            "stop": 1136460669
        },
        {
            "start": 1136460672,
            "stop": 1136460676
        },
        {
            "start": 1136460679,
            "stop": 1136460700
        },
        {
            "start": 1136460703,
            "stop": 1136460711
        },
        {
            "start": 1136460714,
            "stop": 1136460738
        }
    ]
}