Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=269
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=270",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=268",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 269,
    "results": [
        {
            "start": 931781806,
            "stop": 931781807
        },
        {
            "start": 931781820,
            "stop": 931781822
        },
        {
            "start": 931781824,
            "stop": 931781825
        },
        {
            "start": 931781832,
            "stop": 931781833
        },
        {
            "start": 931781837,
            "stop": 931781838
        },
        {
            "start": 931781843,
            "stop": 931781844
        },
        {
            "start": 931781846,
            "stop": 931781849
        },
        {
            "start": 931781850,
            "stop": 931781852
        },
        {
            "start": 931781854,
            "stop": 931781857
        },
        {
            "start": 931781858,
            "stop": 931781859
        },
        {
            "start": 931781861,
            "stop": 931781862
        },
        {
            "start": 931781867,
            "stop": 931781873
        },
        {
            "start": 931781875,
            "stop": 931781896
        },
        {
            "start": 931781898,
            "stop": 931781907
        },
        {
            "start": 931781914,
            "stop": 931781921
        },
        {
            "start": 931781922,
            "stop": 931781929
        },
        {
            "start": 931781931,
            "stop": 931781932
        },
        {
            "start": 931781934,
            "stop": 931781949
        },
        {
            "start": 931781950,
            "stop": 931782031
        },
        {
            "start": 931782035,
            "stop": 931782051
        }
    ]
}