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=313
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=314",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=312",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 313,
    "results": [
        {
            "start": 1260306024,
            "stop": 1260306149
        },
        {
            "start": 1260306152,
            "stop": 1260306217
        },
        {
            "start": 1260306220,
            "stop": 1260306284
        },
        {
            "start": 1260306287,
            "stop": 1260306335
        },
        {
            "start": 1260306338,
            "stop": 1260306371
        },
        {
            "start": 1260306374,
            "stop": 1260306588
        },
        {
            "start": 1260306591,
            "stop": 1260306687
        },
        {
            "start": 1260306690,
            "stop": 1260306788
        },
        {
            "start": 1260306791,
            "stop": 1260306898
        },
        {
            "start": 1260306901,
            "stop": 1260306947
        },
        {
            "start": 1260306950,
            "stop": 1260306990
        },
        {
            "start": 1260306993,
            "stop": 1260307006
        },
        {
            "start": 1260307009,
            "stop": 1260307129
        },
        {
            "start": 1260307132,
            "stop": 1260307200
        },
        {
            "start": 1260307203,
            "stop": 1260307244
        },
        {
            "start": 1260307247,
            "stop": 1260307307
        },
        {
            "start": 1260307310,
            "stop": 1260307337
        },
        {
            "start": 1260307338,
            "stop": 1260307407
        },
        {
            "start": 1260307410,
            "stop": 1260307563
        },
        {
            "start": 1260307566,
            "stop": 1260307592
        }
    ]
}