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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=11",
    "results_count": 792,
    "results_per_page": 20,
    "num_pages": 40,
    "page_number": 12,
    "results": [
        {
            "start": 1129291174,
            "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": 1129463780
        },
        {
            "start": 1129467941,
            "stop": 1129471887
        },
        {
            "start": 1129472363,
            "stop": 1129476370
        },
        {
            "start": 1129482594,
            "stop": 1129486718
        },
        {
            "start": 1129488891,
            "stop": 1129489147
        },
        {
            "start": 1129498503,
            "stop": 1129498756
        },
        {
            "start": 1129512383,
            "stop": 1129518632
        },
        {
            "start": 1129518633,
            "stop": 1129566061
        },
        {
            "start": 1129608041,
            "stop": 1129608345
        },
        {
            "start": 1129619484,
            "stop": 1129622068
        },
        {
            "start": 1129622956,
            "stop": 1129628855
        }
    ]
}