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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=441",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=439",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 440,
    "results": [
        {
            "start": 868232828,
            "stop": 868247667
        },
        {
            "start": 868248566,
            "stop": 868253687
        },
        {
            "start": 868254980,
            "stop": 868262625
        },
        {
            "start": 868264018,
            "stop": 868385663
        },
        {
            "start": 868385668,
            "stop": 868385707
        },
        {
            "start": 868385712,
            "stop": 868385721
        },
        {
            "start": 868385731,
            "stop": 868385741
        },
        {
            "start": 868385750,
            "stop": 868385755
        },
        {
            "start": 868385759,
            "stop": 868385765
        },
        {
            "start": 868385774,
            "stop": 868385895
        },
        {
            "start": 868385899,
            "stop": 868385904
        },
        {
            "start": 868385909,
            "stop": 868386139
        },
        {
            "start": 868386144,
            "stop": 868386207
        },
        {
            "start": 868386211,
            "stop": 868388534
        },
        {
            "start": 868388662,
            "stop": 868389191
        },
        {
            "start": 868389328,
            "stop": 868391919
        },
        {
            "start": 868391928,
            "stop": 868391934
        },
        {
            "start": 868391948,
            "stop": 868391958
        },
        {
            "start": 868391962,
            "stop": 868391968
        },
        {
            "start": 868391972,
            "stop": 868393301
        }
    ]
}