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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=583",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=581",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 582,
    "results": [
        {
            "start": 1262911527,
            "stop": 1262911677
        },
        {
            "start": 1262911683,
            "stop": 1262911695
        },
        {
            "start": 1262911704,
            "stop": 1262911724
        },
        {
            "start": 1262911730,
            "stop": 1262911744
        },
        {
            "start": 1262911748,
            "stop": 1262911751
        },
        {
            "start": 1262911754,
            "stop": 1262911757
        },
        {
            "start": 1262911779,
            "stop": 1262911781
        },
        {
            "start": 1262911783,
            "stop": 1262911792
        },
        {
            "start": 1262911794,
            "stop": 1262911796
        },
        {
            "start": 1262911813,
            "stop": 1262911819
        },
        {
            "start": 1262911821,
            "stop": 1262911826
        },
        {
            "start": 1262911827,
            "stop": 1262912052
        },
        {
            "start": 1262912055,
            "stop": 1262912056
        },
        {
            "start": 1262912059,
            "stop": 1262912102
        },
        {
            "start": 1262912105,
            "stop": 1262912343
        },
        {
            "start": 1262912346,
            "stop": 1262912394
        },
        {
            "start": 1262912397,
            "stop": 1262912461
        },
        {
            "start": 1262912464,
            "stop": 1262912537
        },
        {
            "start": 1262912540,
            "stop": 1262912705
        },
        {
            "start": 1262912711,
            "stop": 1262912748
        }
    ]
}