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/O3a/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/O3a/timelines/L1_DATA/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_DATA/segments?format=api&page=7",
    "results_count": 535,
    "results_per_page": 20,
    "num_pages": 27,
    "page_number": 8,
    "results": [
        {
            "start": 1241597285,
            "stop": 1241616520
        },
        {
            "start": 1241619258,
            "stop": 1241724616
        },
        {
            "start": 1241731918,
            "stop": 1241818103
        },
        {
            "start": 1241827164,
            "stop": 1241827167
        },
        {
            "start": 1241833950,
            "stop": 1241852447
        },
        {
            "start": 1241852500,
            "stop": 1241857273
        },
        {
            "start": 1241857372,
            "stop": 1241875147
        },
        {
            "start": 1241895041,
            "stop": 1241895630
        },
        {
            "start": 1241895779,
            "stop": 1241898383
        },
        {
            "start": 1241903688,
            "stop": 1241906660
        },
        {
            "start": 1241912375,
            "stop": 1241912609
        },
        {
            "start": 1241912666,
            "stop": 1241936855
        },
        {
            "start": 1241939952,
            "stop": 1241987836
        },
        {
            "start": 1241987937,
            "stop": 1241993474
        },
        {
            "start": 1242003997,
            "stop": 1242013696
        },
        {
            "start": 1242014096,
            "stop": 1242018985
        },
        {
            "start": 1242019080,
            "stop": 1242040778
        },
        {
            "start": 1242058844,
            "stop": 1242059202
        },
        {
            "start": 1242064175,
            "stop": 1242084150
        },
        {
            "start": 1242086990,
            "stop": 1242153099
        }
    ]
}