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_CBCHIGH_CAT3/segments?format=api&page=129
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=130",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=128",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 129,
    "results": [
        {
            "start": 819995616,
            "stop": 819995635
        },
        {
            "start": 819995638,
            "stop": 819995760
        },
        {
            "start": 819995763,
            "stop": 819996677
        },
        {
            "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
        }
    ]
}