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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=351",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=349",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 350,
    "results": [
        {
            "start": 829239743,
            "stop": 829239765
        },
        {
            "start": 829239767,
            "stop": 829239779
        },
        {
            "start": 829239781,
            "stop": 829239792
        },
        {
            "start": 829239794,
            "stop": 829239877
        },
        {
            "start": 829239879,
            "stop": 829239948
        },
        {
            "start": 829239951,
            "stop": 829240001
        },
        {
            "start": 829240003,
            "stop": 829240022
        },
        {
            "start": 829240023,
            "stop": 829240044
        },
        {
            "start": 829240046,
            "stop": 829240065
        },
        {
            "start": 829240067,
            "stop": 829240128
        },
        {
            "start": 829240129,
            "stop": 829240163
        },
        {
            "start": 829240165,
            "stop": 829240170
        },
        {
            "start": 829240172,
            "stop": 829240352
        },
        {
            "start": 829240354,
            "stop": 829240522
        },
        {
            "start": 829240524,
            "stop": 829240921
        },
        {
            "start": 829240924,
            "stop": 829241555
        },
        {
            "start": 829241557,
            "stop": 829248038
        },
        {
            "start": 829254052,
            "stop": 829254070
        },
        {
            "start": 829254072,
            "stop": 829254091
        },
        {
            "start": 829254093,
            "stop": 829254117
        }
    ]
}