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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=10",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 11,
    "results": [
        {
            "start": 816055238,
            "stop": 816067078
        },
        {
            "start": 816067081,
            "stop": 816068749
        },
        {
            "start": 816070484,
            "stop": 816073632
        },
        {
            "start": 816073635,
            "stop": 816084933
        },
        {
            "start": 816084936,
            "stop": 816087593
        },
        {
            "start": 816087596,
            "stop": 816099366
        },
        {
            "start": 816099885,
            "stop": 816103555
        },
        {
            "start": 816103558,
            "stop": 816104387
        },
        {
            "start": 816104389,
            "stop": 816105945
        },
        {
            "start": 816105948,
            "stop": 816108531
        },
        {
            "start": 816141409,
            "stop": 816141648
        },
        {
            "start": 816148895,
            "stop": 816163939
        },
        {
            "start": 816163942,
            "stop": 816174547
        },
        {
            "start": 816174549,
            "stop": 816179849
        },
        {
            "start": 816179852,
            "stop": 816180154
        },
        {
            "start": 816180155,
            "stop": 816182969
        },
        {
            "start": 816183972,
            "stop": 816185006
        },
        {
            "start": 816186052,
            "stop": 816189556
        },
        {
            "start": 816190122,
            "stop": 816192181
        },
        {
            "start": 816192756,
            "stop": 816193795
        }
    ]
}