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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=92",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 93,
    "results": [
        {
            "start": 846756016,
            "stop": 846826568
        },
        {
            "start": 846827781,
            "stop": 846834634
        },
        {
            "start": 846836951,
            "stop": 846853829
        },
        {
            "start": 846917049,
            "stop": 846920813
        },
        {
            "start": 846922747,
            "stop": 846924980
        },
        {
            "start": 846929886,
            "stop": 846930689
        },
        {
            "start": 846935556,
            "stop": 846936492
        },
        {
            "start": 846940132,
            "stop": 846941884
        },
        {
            "start": 846942474,
            "stop": 846951338
        },
        {
            "start": 847001725,
            "stop": 847041976
        },
        {
            "start": 847095859,
            "stop": 847096871
        },
        {
            "start": 847097594,
            "stop": 847120128
        },
        {
            "start": 847122416,
            "stop": 847133877
        },
        {
            "start": 847181955,
            "stop": 847230657
        },
        {
            "start": 847231867,
            "stop": 847237394
        },
        {
            "start": 847238294,
            "stop": 847239486
        },
        {
            "start": 847263827,
            "stop": 847266140
        },
        {
            "start": 847266491,
            "stop": 847317992
        },
        {
            "start": 847320045,
            "stop": 847334435
        },
        {
            "start": 847346961,
            "stop": 847361044
        }
    ]
}