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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3722",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3720",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3721,
    "results": [
        {
            "start": 873361193,
            "stop": 873362018
        },
        {
            "start": 873362035,
            "stop": 873362425
        },
        {
            "start": 873362442,
            "stop": 873362765
        },
        {
            "start": 873362782,
            "stop": 873363514
        },
        {
            "start": 873363531,
            "stop": 873366934
        },
        {
            "start": 873366951,
            "stop": 873367081
        },
        {
            "start": 873367098,
            "stop": 873368226
        },
        {
            "start": 873368243,
            "stop": 873368355
        },
        {
            "start": 873368372,
            "stop": 873369389
        },
        {
            "start": 873369415,
            "stop": 873370357
        },
        {
            "start": 873370379,
            "stop": 873370493
        },
        {
            "start": 873370510,
            "stop": 873371541
        },
        {
            "start": 873371572,
            "stop": 873372041
        },
        {
            "start": 873372058,
            "stop": 873372126
        },
        {
            "start": 873372143,
            "stop": 873372246
        },
        {
            "start": 873372263,
            "stop": 873373890
        },
        {
            "start": 873373907,
            "stop": 873373983
        },
        {
            "start": 873374000,
            "stop": 873384871
        },
        {
            "start": 873384888,
            "stop": 873388375
        },
        {
            "start": 873388392,
            "stop": 873388768
        }
    ]
}