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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=23",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 24,
    "results": [
        {
            "start": 820844838,
            "stop": 820847531
        },
        {
            "start": 820847865,
            "stop": 820847922
        },
        {
            "start": 820850167,
            "stop": 820851225
        },
        {
            "start": 820883597,
            "stop": 820884186
        },
        {
            "start": 820884188,
            "stop": 820884189
        },
        {
            "start": 820884797,
            "stop": 820884823
        },
        {
            "start": 820884831,
            "stop": 820884860
        },
        {
            "start": 820887998,
            "stop": 820892754
        },
        {
            "start": 820895818,
            "stop": 820897083
        },
        {
            "start": 820897360,
            "stop": 820906003
        },
        {
            "start": 820906981,
            "stop": 820911029
        },
        {
            "start": 820911581,
            "stop": 820913932
        },
        {
            "start": 820915081,
            "stop": 820923181
        },
        {
            "start": 820923468,
            "stop": 820923945
        },
        {
            "start": 820924185,
            "stop": 820926004
        },
        {
            "start": 820926104,
            "stop": 820926241
        },
        {
            "start": 820926443,
            "stop": 820926475
        },
        {
            "start": 820928555,
            "stop": 820928801
        },
        {
            "start": 820929375,
            "stop": 820930544
        },
        {
            "start": 820930913,
            "stop": 820931840
        }
    ]
}