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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=27",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 28,
    "results": [
        {
            "start": 820911581,
            "stop": 820913923
        },
        {
            "start": 820915081,
            "stop": 820923181
        },
        {
            "start": 820923468,
            "stop": 820923945
        },
        {
            "start": 820924185,
            "stop": 820926004
        },
        {
            "start": 820926104,
            "stop": 820926241
        },
        {
            "start": 820926443,
            "stop": 820926445
        },
        {
            "start": 820928555,
            "stop": 820928773
        },
        {
            "start": 820928799,
            "stop": 820928801
        },
        {
            "start": 820929375,
            "stop": 820930513
        },
        {
            "start": 820930541,
            "stop": 820930544
        },
        {
            "start": 820930913,
            "stop": 820931833
        },
        {
            "start": 820931838,
            "stop": 820931840
        },
        {
            "start": 820932213,
            "stop": 820933427
        },
        {
            "start": 820965747,
            "stop": 820965913
        },
        {
            "start": 820970268,
            "stop": 821000877
        },
        {
            "start": 821001966,
            "stop": 821008393
        },
        {
            "start": 821009056,
            "stop": 821009832
        },
        {
            "start": 821012455,
            "stop": 821019793
        },
        {
            "start": 821022271,
            "stop": 821022793
        },
        {
            "start": 821022833,
            "stop": 821022836
        }
    ]
}