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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=38",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 39,
    "results": [
        {
            "start": 1400635785,
            "stop": 1400644988
        },
        {
            "start": 1400644993,
            "stop": 1400655904
        },
        {
            "start": 1400655908,
            "stop": 1400658830
        },
        {
            "start": 1400658835,
            "stop": 1400665115
        },
        {
            "start": 1400665118,
            "stop": 1400670029
        },
        {
            "start": 1400670034,
            "stop": 1400680057
        },
        {
            "start": 1400680061,
            "stop": 1400688000
        },
        {
            "start": 1400688004,
            "stop": 1400705148
        },
        {
            "start": 1400705153,
            "stop": 1400706929
        },
        {
            "start": 1400706932,
            "stop": 1400708198
        },
        {
            "start": 1400708203,
            "stop": 1400710034
        },
        {
            "start": 1400710036,
            "stop": 1400712731
        },
        {
            "start": 1400730027,
            "stop": 1400735910
        },
        {
            "start": 1400735913,
            "stop": 1400738498
        },
        {
            "start": 1400738503,
            "stop": 1400743494
        },
        {
            "start": 1400743498,
            "stop": 1400747181
        },
        {
            "start": 1400747183,
            "stop": 1400748891
        },
        {
            "start": 1400748896,
            "stop": 1400755169
        },
        {
            "start": 1400755173,
            "stop": 1400758658
        },
        {
            "start": 1400758663,
            "stop": 1400770683
        }
    ]
}