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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=660",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=658",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 659,
    "results": [
        {
            "start": 829454625,
            "stop": 829454735
        },
        {
            "start": 829454752,
            "stop": 829455043
        },
        {
            "start": 829455060,
            "stop": 829455163
        },
        {
            "start": 829455180,
            "stop": 829455219
        },
        {
            "start": 829455236,
            "stop": 829455606
        },
        {
            "start": 829455623,
            "stop": 829455729
        },
        {
            "start": 829455746,
            "stop": 829455869
        },
        {
            "start": 829455886,
            "stop": 829456041
        },
        {
            "start": 829456058,
            "stop": 829456257
        },
        {
            "start": 829456274,
            "stop": 829456763
        },
        {
            "start": 829460052,
            "stop": 829460876
        },
        {
            "start": 829460893,
            "stop": 829461264
        },
        {
            "start": 829461281,
            "stop": 829461458
        },
        {
            "start": 829461475,
            "stop": 829461835
        },
        {
            "start": 829461852,
            "stop": 829462098
        },
        {
            "start": 829462115,
            "stop": 829463160
        },
        {
            "start": 829463220,
            "stop": 829463389
        },
        {
            "start": 829463406,
            "stop": 829463547
        },
        {
            "start": 829463550,
            "stop": 829463717
        },
        {
            "start": 829463749,
            "stop": 829463815
        }
    ]
}