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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=20",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 21,
    "results": [
        {
            "start": 819424973,
            "stop": 819468371
        },
        {
            "start": 819468748,
            "stop": 819480761
        },
        {
            "start": 819486095,
            "stop": 819555934
        },
        {
            "start": 819557861,
            "stop": 819560095
        },
        {
            "start": 819560225,
            "stop": 819573194
        },
        {
            "start": 819574106,
            "stop": 819579926
        },
        {
            "start": 819580664,
            "stop": 819600238
        },
        {
            "start": 819601648,
            "stop": 819604128
        },
        {
            "start": 819605130,
            "stop": 819640861
        },
        {
            "start": 819642439,
            "stop": 819657071
        },
        {
            "start": 819659384,
            "stop": 819661346
        },
        {
            "start": 819662144,
            "stop": 819697644
        },
        {
            "start": 819698739,
            "stop": 819725831
        },
        {
            "start": 819726138,
            "stop": 819729093
        },
        {
            "start": 819731983,
            "stop": 819734746
        },
        {
            "start": 819755886,
            "stop": 819756312
        },
        {
            "start": 819757726,
            "stop": 819760371
        },
        {
            "start": 819761763,
            "stop": 819763784
        },
        {
            "start": 819764281,
            "stop": 819768054
        },
        {
            "start": 819768252,
            "stop": 819790032
        }
    ]
}