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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=559",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=557",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 558,
    "results": [
        {
            "start": 1185392288,
            "stop": 1185392290
        },
        {
            "start": 1185392292,
            "stop": 1185392843
        },
        {
            "start": 1185392844,
            "stop": 1185392846
        },
        {
            "start": 1185392848,
            "stop": 1185392858
        },
        {
            "start": 1185392883,
            "stop": 1185392885
        },
        {
            "start": 1185392887,
            "stop": 1185392891
        },
        {
            "start": 1185392893,
            "stop": 1185392947
        },
        {
            "start": 1185392949,
            "stop": 1185393853
        },
        {
            "start": 1185393857,
            "stop": 1185395109
        },
        {
            "start": 1185422901,
            "stop": 1185429840
        },
        {
            "start": 1185429842,
            "stop": 1185430443
        },
        {
            "start": 1185430445,
            "stop": 1185431123
        },
        {
            "start": 1185431125,
            "stop": 1185434061
        },
        {
            "start": 1185434064,
            "stop": 1185434066
        },
        {
            "start": 1185434068,
            "stop": 1185434187
        },
        {
            "start": 1185434191,
            "stop": 1185434506
        },
        {
            "start": 1185434509,
            "stop": 1185435704
        },
        {
            "start": 1185435707,
            "stop": 1185436085
        },
        {
            "start": 1185436087,
            "stop": 1185437463
        },
        {
            "start": 1185437468,
            "stop": 1185437469
        }
    ]
}