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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=511",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=509",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 510,
    "results": [
        {
            "start": 1262553475,
            "stop": 1262553490
        },
        {
            "start": 1262553492,
            "stop": 1262555422
        },
        {
            "start": 1262555424,
            "stop": 1262555427
        },
        {
            "start": 1262555430,
            "stop": 1262555679
        },
        {
            "start": 1262555681,
            "stop": 1262555682
        },
        {
            "start": 1262555685,
            "stop": 1262555690
        },
        {
            "start": 1262555693,
            "stop": 1262555702
        },
        {
            "start": 1262555705,
            "stop": 1262555884
        },
        {
            "start": 1262555886,
            "stop": 1262555888
        },
        {
            "start": 1262555891,
            "stop": 1262556524
        },
        {
            "start": 1262556527,
            "stop": 1262556637
        },
        {
            "start": 1262556640,
            "stop": 1262557046
        },
        {
            "start": 1262557049,
            "stop": 1262557084
        },
        {
            "start": 1262557087,
            "stop": 1262557300
        },
        {
            "start": 1262557303,
            "stop": 1262557304
        },
        {
            "start": 1262557307,
            "stop": 1262557315
        },
        {
            "start": 1262557318,
            "stop": 1262558749
        },
        {
            "start": 1262592123,
            "stop": 1262593326
        },
        {
            "start": 1262593329,
            "stop": 1262593825
        },
        {
            "start": 1262593833,
            "stop": 1262595358
        }
    ]
}