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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_DATA/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_DATA/segments?format=api&page=7",
    "results_count": 519,
    "results_per_page": 20,
    "num_pages": 26,
    "page_number": 8,
    "results": [
        {
            "start": 1129087819,
            "stop": 1129118969
        },
        {
            "start": 1129216201,
            "stop": 1129218462
        },
        {
            "start": 1129244960,
            "stop": 1129257252
        },
        {
            "start": 1129273986,
            "stop": 1129294718
        },
        {
            "start": 1129300460,
            "stop": 1129301025
        },
        {
            "start": 1129309612,
            "stop": 1129312917
        },
        {
            "start": 1129328636,
            "stop": 1129334437
        },
        {
            "start": 1129337279,
            "stop": 1129341383
        },
        {
            "start": 1129343797,
            "stop": 1129364688
        },
        {
            "start": 1129365224,
            "stop": 1129369936
        },
        {
            "start": 1129370472,
            "stop": 1129381413
        },
        {
            "start": 1129436590,
            "stop": 1129448784
        },
        {
            "start": 1129449320,
            "stop": 1129463781
        },
        {
            "start": 1129467941,
            "stop": 1129471887
        },
        {
            "start": 1129472363,
            "stop": 1129476370
        },
        {
            "start": 1129482594,
            "stop": 1129486718
        },
        {
            "start": 1129488891,
            "stop": 1129489149
        },
        {
            "start": 1129498503,
            "stop": 1129498757
        },
        {
            "start": 1129512383,
            "stop": 1129566062
        },
        {
            "start": 1129608041,
            "stop": 1129608346
        }
    ]
}