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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_DATA/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_DATA/segments?format=api&page=16",
    "results_count": 830,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 17,
    "results": [
        {
            "start": 1171868706,
            "stop": 1171871525
        },
        {
            "start": 1171871738,
            "stop": 1171907092
        },
        {
            "start": 1171907368,
            "stop": 1171935304
        },
        {
            "start": 1171941056,
            "stop": 1171957195
        },
        {
            "start": 1171958822,
            "stop": 1171975835
        },
        {
            "start": 1171978185,
            "stop": 1171991972
        },
        {
            "start": 1172020436,
            "stop": 1172041728
        },
        {
            "start": 1172041773,
            "stop": 1172043399
        },
        {
            "start": 1172043403,
            "stop": 1172063929
        },
        {
            "start": 1172071228,
            "stop": 1172075434
        },
        {
            "start": 1172080956,
            "stop": 1172083127
        },
        {
            "start": 1172083221,
            "stop": 1172085000
        },
        {
            "start": 1172088146,
            "stop": 1172090423
        },
        {
            "start": 1172093111,
            "stop": 1172134323
        },
        {
            "start": 1172138843,
            "stop": 1172141666
        },
        {
            "start": 1172146372,
            "stop": 1172155614
        },
        {
            "start": 1172162806,
            "stop": 1172209770
        },
        {
            "start": 1172214924,
            "stop": 1172223895
        },
        {
            "start": 1172228913,
            "stop": 1172291457
        },
        {
            "start": 1172297382,
            "stop": 1172329436
        }
    ]
}