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=81
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=82",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=80",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 81,
    "results": [
        {
            "start": 821318224,
            "stop": 821318488
        },
        {
            "start": 821318491,
            "stop": 821318746
        },
        {
            "start": 821318749,
            "stop": 821318758
        },
        {
            "start": 821318761,
            "stop": 821318795
        },
        {
            "start": 821318798,
            "stop": 821318803
        },
        {
            "start": 821318806,
            "stop": 821318879
        },
        {
            "start": 821318882,
            "stop": 821319047
        },
        {
            "start": 821319050,
            "stop": 821319061
        },
        {
            "start": 821319064,
            "stop": 821319308
        },
        {
            "start": 821319311,
            "stop": 821319479
        },
        {
            "start": 821319493,
            "stop": 821319609
        },
        {
            "start": 821319612,
            "stop": 821319668
        },
        {
            "start": 821319671,
            "stop": 821320791
        },
        {
            "start": 821320794,
            "stop": 821324483
        },
        {
            "start": 821324490,
            "stop": 821324493
        },
        {
            "start": 821324505,
            "stop": 821327720
        },
        {
            "start": 821327730,
            "stop": 821329961
        },
        {
            "start": 821329964,
            "stop": 821331393
        },
        {
            "start": 821331396,
            "stop": 821331485
        },
        {
            "start": 821331488,
            "stop": 821331710
        }
    ]
}