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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=47",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 48,
    "results": [
        {
            "start": 820883627,
            "stop": 820884186
        },
        {
            "start": 820884797,
            "stop": 820884823
        },
        {
            "start": 820884831,
            "stop": 820884860
        },
        {
            "start": 820887998,
            "stop": 820892724
        },
        {
            "start": 820895818,
            "stop": 820897081
        },
        {
            "start": 820897360,
            "stop": 820906001
        },
        {
            "start": 820906981,
            "stop": 820911028
        },
        {
            "start": 820911581,
            "stop": 820913923
        },
        {
            "start": 820915081,
            "stop": 820923179
        },
        {
            "start": 820923468,
            "stop": 820923943
        },
        {
            "start": 820924185,
            "stop": 820926003
        },
        {
            "start": 820926104,
            "stop": 820926241
        },
        {
            "start": 820926443,
            "stop": 820926445
        },
        {
            "start": 820928555,
            "stop": 820928800
        },
        {
            "start": 820929375,
            "stop": 820930542
        },
        {
            "start": 820930913,
            "stop": 820931839
        },
        {
            "start": 820932213,
            "stop": 820933427
        },
        {
            "start": 820965747,
            "stop": 820965930
        },
        {
            "start": 820970268,
            "stop": 820970480
        },
        {
            "start": 820970482,
            "stop": 820972064
        }
    ]
}