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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=117",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=115",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 116,
    "results": [
        {
            "start": 1410953211,
            "stop": 1410960624
        },
        {
            "start": 1410984261,
            "stop": 1410984968
        },
        {
            "start": 1410984973,
            "stop": 1410990619
        },
        {
            "start": 1410990624,
            "stop": 1410993085
        },
        {
            "start": 1410993090,
            "stop": 1411002429
        },
        {
            "start": 1411002433,
            "stop": 1411011541
        },
        {
            "start": 1411011546,
            "stop": 1411014624
        },
        {
            "start": 1411014626,
            "stop": 1411017651
        },
        {
            "start": 1411017654,
            "stop": 1411018375
        },
        {
            "start": 1411018378,
            "stop": 1411020689
        },
        {
            "start": 1411020692,
            "stop": 1411021766
        },
        {
            "start": 1411021770,
            "stop": 1411023643
        },
        {
            "start": 1411023647,
            "stop": 1411024187
        },
        {
            "start": 1411024190,
            "stop": 1411024336
        },
        {
            "start": 1411033428,
            "stop": 1411042906
        },
        {
            "start": 1411042909,
            "stop": 1411047748
        },
        {
            "start": 1411048435,
            "stop": 1411056613
        },
        {
            "start": 1411056616,
            "stop": 1411060533
        },
        {
            "start": 1411060536,
            "stop": 1411065572
        },
        {
            "start": 1411065575,
            "stop": 1411067323
        }
    ]
}