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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33182",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33180",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33181,
    "results": [
        {
            "start": 970801130,
            "stop": 970802017
        },
        {
            "start": 970802018,
            "stop": 970803075
        },
        {
            "start": 970803088,
            "stop": 970803369
        },
        {
            "start": 970803372,
            "stop": 970803835
        },
        {
            "start": 970803836,
            "stop": 970804069
        },
        {
            "start": 970804072,
            "stop": 970805451
        },
        {
            "start": 970805452,
            "stop": 970805453
        },
        {
            "start": 970805456,
            "stop": 970805632
        },
        {
            "start": 970805633,
            "stop": 970805771
        },
        {
            "start": 970805772,
            "stop": 970806702
        },
        {
            "start": 970806703,
            "stop": 970806783
        },
        {
            "start": 970806787,
            "stop": 970806814
        },
        {
            "start": 970806817,
            "stop": 970807440
        },
        {
            "start": 970807441,
            "stop": 970807615
        },
        {
            "start": 970807618,
            "stop": 970807639
        },
        {
            "start": 970807642,
            "stop": 970807666
        },
        {
            "start": 970807667,
            "stop": 970807774
        },
        {
            "start": 970807777,
            "stop": 970807878
        },
        {
            "start": 970807879,
            "stop": 970808490
        },
        {
            "start": 970808493,
            "stop": 970808579
        }
    ]
}