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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=148",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=146",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 147,
    "results": [
        {
            "start": 969292526,
            "stop": 969292838
        },
        {
            "start": 969329654,
            "stop": 969332575
        },
        {
            "start": 969332929,
            "stop": 969344002
        },
        {
            "start": 969345262,
            "stop": 969376318
        },
        {
            "start": 969378542,
            "stop": 969408586
        },
        {
            "start": 969410314,
            "stop": 969454851
        },
        {
            "start": 969457185,
            "stop": 969458232
        },
        {
            "start": 969459355,
            "stop": 969493263
        },
        {
            "start": 969494040,
            "stop": 969539097
        },
        {
            "start": 969543117,
            "stop": 969555888
        },
        {
            "start": 969558326,
            "stop": 969562431
        },
        {
            "start": 969563289,
            "stop": 969571985
        },
        {
            "start": 969575192,
            "stop": 969582903
        },
        {
            "start": 969585309,
            "stop": 969589775
        },
        {
            "start": 969590440,
            "stop": 969628963
        },
        {
            "start": 969633559,
            "stop": 969633824
        },
        {
            "start": 969634598,
            "stop": 969640419
        },
        {
            "start": 969640579,
            "stop": 969649801
        },
        {
            "start": 969650741,
            "stop": 969654675
        },
        {
            "start": 969656683,
            "stop": 969669646
        }
    ]
}