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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5838",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5836",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5837,
    "results": [
        {
            "start": 874729866,
            "stop": 874729946
        },
        {
            "start": 874729950,
            "stop": 874729956
        },
        {
            "start": 874729959,
            "stop": 874729997
        },
        {
            "start": 874730000,
            "stop": 874730109
        },
        {
            "start": 874730112,
            "stop": 874730119
        },
        {
            "start": 874730123,
            "stop": 874730124
        },
        {
            "start": 874730127,
            "stop": 874730159
        },
        {
            "start": 874730162,
            "stop": 874730246
        },
        {
            "start": 874730249,
            "stop": 874730317
        },
        {
            "start": 874730320,
            "stop": 874730469
        },
        {
            "start": 874730473,
            "stop": 874730544
        },
        {
            "start": 874730547,
            "stop": 874730601
        },
        {
            "start": 874730604,
            "stop": 874730628
        },
        {
            "start": 874730631,
            "stop": 874730807
        },
        {
            "start": 874730811,
            "stop": 874730842
        },
        {
            "start": 874730846,
            "stop": 874730867
        },
        {
            "start": 874730870,
            "stop": 874730898
        },
        {
            "start": 874730901,
            "stop": 874730932
        },
        {
            "start": 874730936,
            "stop": 874730991
        },
        {
            "start": 874730995,
            "stop": 874731203
        }
    ]
}