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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=311",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=309",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 310,
    "results": [
        {
            "start": 847651985,
            "stop": 847652032
        },
        {
            "start": 847652033,
            "stop": 847652046
        },
        {
            "start": 847652048,
            "stop": 847652080
        },
        {
            "start": 847652082,
            "stop": 847652089
        },
        {
            "start": 847652091,
            "stop": 847652112
        },
        {
            "start": 847652113,
            "stop": 847652162
        },
        {
            "start": 847652164,
            "stop": 847652212
        },
        {
            "start": 847652214,
            "stop": 847652221
        },
        {
            "start": 847652222,
            "stop": 847652282
        },
        {
            "start": 847652284,
            "stop": 847652308
        },
        {
            "start": 847652310,
            "stop": 847652347
        },
        {
            "start": 847652349,
            "stop": 847652453
        },
        {
            "start": 847652454,
            "stop": 847652464
        },
        {
            "start": 847652465,
            "stop": 847652537
        },
        {
            "start": 847652538,
            "stop": 847652645
        },
        {
            "start": 847652650,
            "stop": 847652666
        },
        {
            "start": 847652668,
            "stop": 847652675
        },
        {
            "start": 847652677,
            "stop": 847652741
        },
        {
            "start": 847652742,
            "stop": 847652751
        },
        {
            "start": 847652753,
            "stop": 847652772
        }
    ]
}