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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=109",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=107",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 108,
    "results": [
        {
            "start": 958397867,
            "stop": 958406771
        },
        {
            "start": 958412471,
            "stop": 958415441
        },
        {
            "start": 958420345,
            "stop": 958424159
        },
        {
            "start": 958444804,
            "stop": 958447205
        },
        {
            "start": 958454001,
            "stop": 958457937
        },
        {
            "start": 958458699,
            "stop": 958478711
        },
        {
            "start": 958485028,
            "stop": 958486823
        },
        {
            "start": 958487959,
            "stop": 958491309
        },
        {
            "start": 958492564,
            "stop": 958496284
        },
        {
            "start": 958499875,
            "stop": 958504077
        },
        {
            "start": 958505049,
            "stop": 958505751
        },
        {
            "start": 958506863,
            "stop": 958518831
        },
        {
            "start": 958542058,
            "stop": 958546971
        },
        {
            "start": 958547490,
            "stop": 958550963
        },
        {
            "start": 958554288,
            "stop": 958562171
        },
        {
            "start": 958575353,
            "stop": 958575430
        },
        {
            "start": 958576378,
            "stop": 958580908
        },
        {
            "start": 958582952,
            "stop": 958586976
        },
        {
            "start": 958587473,
            "stop": 958587478
        },
        {
            "start": 958588943,
            "stop": 958594649
        }
    ]
}