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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW/segments?format=api&page=8",
    "results_count": 280,
    "results_per_page": 20,
    "num_pages": 14,
    "page_number": 9,
    "results": [
        {
            "start": 847948919,
            "stop": 848163664
        },
        {
            "start": 848166644,
            "stop": 848167144
        },
        {
            "start": 848169524,
            "stop": 848169784
        },
        {
            "start": 848171504,
            "stop": 848391318
        },
        {
            "start": 848391718,
            "stop": 848458038
        },
        {
            "start": 848458318,
            "stop": 848774535
        },
        {
            "start": 849977520,
            "stop": 849977944
        },
        {
            "start": 849978104,
            "stop": 849985264
        },
        {
            "start": 849988364,
            "stop": 849988864
        },
        {
            "start": 849988904,
            "stop": 850215004
        },
        {
            "start": 850215118,
            "stop": 850335604
        },
        {
            "start": 850372318,
            "stop": 850440724
        },
        {
            "start": 850515118,
            "stop": 850728904
        },
        {
            "start": 850762319,
            "stop": 850847044
        },
        {
            "start": 850854718,
            "stop": 851063704
        },
        {
            "start": 851084519,
            "stop": 851140864
        },
        {
            "start": 851162684,
            "stop": 851163784
        },
        {
            "start": 851204504,
            "stop": 851296131
        },
        {
            "start": 851296319,
            "stop": 851367064
        },
        {
            "start": 851370721,
            "stop": 851380218
        }
    ]
}