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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=114",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=112",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 113,
    "results": [
        {
            "start": 953229731,
            "stop": 953229750
        },
        {
            "start": 953229753,
            "stop": 953229767
        },
        {
            "start": 953229769,
            "stop": 953229771
        },
        {
            "start": 953229779,
            "stop": 953229780
        },
        {
            "start": 953229783,
            "stop": 953229785
        },
        {
            "start": 953229791,
            "stop": 953229807
        },
        {
            "start": 953229811,
            "stop": 953229812
        },
        {
            "start": 953229823,
            "stop": 953229827
        },
        {
            "start": 953229832,
            "stop": 953229844
        },
        {
            "start": 953229848,
            "stop": 953229849
        },
        {
            "start": 953229854,
            "stop": 953229869
        },
        {
            "start": 953229873,
            "stop": 953229874
        },
        {
            "start": 953229882,
            "stop": 953229885
        },
        {
            "start": 953229895,
            "stop": 953229915
        },
        {
            "start": 953229920,
            "stop": 953229935
        },
        {
            "start": 953229950,
            "stop": 953229951
        },
        {
            "start": 953229963,
            "stop": 953229972
        },
        {
            "start": 953229975,
            "stop": 953229979
        },
        {
            "start": 953229990,
            "stop": 953230002
        },
        {
            "start": 953230009,
            "stop": 953230022
        }
    ]
}