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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=614",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=612",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 613,
    "results": [
        {
            "start": 846827781,
            "stop": 846834634
        },
        {
            "start": 846836951,
            "stop": 846853828
        },
        {
            "start": 846917049,
            "stop": 846919008
        },
        {
            "start": 846919013,
            "stop": 846920811
        },
        {
            "start": 846922747,
            "stop": 846923441
        },
        {
            "start": 846923448,
            "stop": 846924977
        },
        {
            "start": 846929886,
            "stop": 846930688
        },
        {
            "start": 846935556,
            "stop": 846936491
        },
        {
            "start": 846940132,
            "stop": 846941881
        },
        {
            "start": 846942474,
            "stop": 846951337
        },
        {
            "start": 847001725,
            "stop": 847022043
        },
        {
            "start": 847022051,
            "stop": 847041975
        },
        {
            "start": 847095859,
            "stop": 847096869
        },
        {
            "start": 847097594,
            "stop": 847116537
        },
        {
            "start": 847116542,
            "stop": 847120127
        },
        {
            "start": 847122416,
            "stop": 847123176
        },
        {
            "start": 847123184,
            "stop": 847133877
        },
        {
            "start": 847181955,
            "stop": 847206351
        },
        {
            "start": 847206362,
            "stop": 847217320
        },
        {
            "start": 847217328,
            "stop": 847223211
        }
    ]
}