Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=112
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=111",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 112,
    "results": [
        {
            "start": 819996681,
            "stop": 819997024
        },
        {
            "start": 819997028,
            "stop": 819997052
        },
        {
            "start": 819997055,
            "stop": 819997723
        },
        {
            "start": 819997727,
            "stop": 819997729
        },
        {
            "start": 819997732,
            "stop": 819997856
        },
        {
            "start": 819997859,
            "stop": 819998138
        },
        {
            "start": 819998142,
            "stop": 819998144
        },
        {
            "start": 819998147,
            "stop": 819998409
        },
        {
            "start": 819998412,
            "stop": 819998500
        },
        {
            "start": 819998504,
            "stop": 819998591
        },
        {
            "start": 819998595,
            "stop": 819998932
        },
        {
            "start": 819998935,
            "stop": 819998943
        },
        {
            "start": 819998946,
            "stop": 819999321
        },
        {
            "start": 819999324,
            "stop": 819999648
        },
        {
            "start": 819999652,
            "stop": 819999654
        },
        {
            "start": 819999657,
            "stop": 819999836
        },
        {
            "start": 819999840,
            "stop": 819999920
        },
        {
            "start": 819999923,
            "stop": 819999926
        },
        {
            "start": 819999930,
            "stop": 819999957
        },
        {
            "start": 819999960,
            "stop": 819999964
        }
    ]
}