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=239
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=240",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=238",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 239,
    "results": [
        {
            "start": 1259292428,
            "stop": 1259292512
        },
        {
            "start": 1259292518,
            "stop": 1259292537
        },
        {
            "start": 1259292540,
            "stop": 1259292678
        },
        {
            "start": 1259292681,
            "stop": 1259292862
        },
        {
            "start": 1259292865,
            "stop": 1259293016
        },
        {
            "start": 1259293019,
            "stop": 1259293089
        },
        {
            "start": 1259293092,
            "stop": 1259293241
        },
        {
            "start": 1259293244,
            "stop": 1259293253
        },
        {
            "start": 1259293256,
            "stop": 1259293329
        },
        {
            "start": 1259293332,
            "stop": 1259293572
        },
        {
            "start": 1259293575,
            "stop": 1259293612
        },
        {
            "start": 1259293615,
            "stop": 1259293670
        },
        {
            "start": 1259293673,
            "stop": 1259293737
        },
        {
            "start": 1259293740,
            "stop": 1259294031
        },
        {
            "start": 1259294034,
            "stop": 1259294035
        },
        {
            "start": 1259294038,
            "stop": 1259294056
        },
        {
            "start": 1259294059,
            "stop": 1259294161
        },
        {
            "start": 1259294164,
            "stop": 1259294170
        },
        {
            "start": 1259294442,
            "stop": 1259294569
        },
        {
            "start": 1259294572,
            "stop": 1259294584
        }
    ]
}