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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=31",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 32,
    "results": [
        {
            "start": 819403058,
            "stop": 819409213
        },
        {
            "start": 819411369,
            "stop": 819480733
        },
        {
            "start": 819480763,
            "stop": 819480765
        },
        {
            "start": 819482620,
            "stop": 819579450
        },
        {
            "start": 819579454,
            "stop": 819579460
        },
        {
            "start": 819579464,
            "stop": 819579918
        },
        {
            "start": 819579922,
            "stop": 819580657
        },
        {
            "start": 819580661,
            "stop": 819580676
        },
        {
            "start": 819580680,
            "stop": 819580706
        },
        {
            "start": 819580710,
            "stop": 819580730
        },
        {
            "start": 819580734,
            "stop": 819580745
        },
        {
            "start": 819580748,
            "stop": 819580754
        },
        {
            "start": 819580758,
            "stop": 819580764
        },
        {
            "start": 819580768,
            "stop": 819580778
        },
        {
            "start": 819580782,
            "stop": 819580797
        },
        {
            "start": 819580802,
            "stop": 819604129
        },
        {
            "start": 819605547,
            "stop": 819656579
        },
        {
            "start": 819658602,
            "stop": 819697618
        },
        {
            "start": 819698755,
            "stop": 819734844
        },
        {
            "start": 819753864,
            "stop": 819790018
        }
    ]
}