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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=289",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=287",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 288,
    "results": [
        {
            "start": 931712153,
            "stop": 931712156
        },
        {
            "start": 931712158,
            "stop": 931712167
        },
        {
            "start": 931712169,
            "stop": 931712178
        },
        {
            "start": 931712180,
            "stop": 931712185
        },
        {
            "start": 931712186,
            "stop": 931712216
        },
        {
            "start": 931712218,
            "stop": 931712233
        },
        {
            "start": 931712234,
            "stop": 931712239
        },
        {
            "start": 931712241,
            "stop": 931712246
        },
        {
            "start": 931712248,
            "stop": 931712268
        },
        {
            "start": 931712269,
            "stop": 931712273
        },
        {
            "start": 931712275,
            "stop": 931712398
        },
        {
            "start": 931712400,
            "stop": 931712409
        },
        {
            "start": 931712413,
            "stop": 931712415
        },
        {
            "start": 931712775,
            "stop": 931712782
        },
        {
            "start": 931712784,
            "stop": 931712787
        },
        {
            "start": 931712791,
            "stop": 931712792
        },
        {
            "start": 931712794,
            "stop": 931712795
        },
        {
            "start": 931712799,
            "stop": 931712807
        },
        {
            "start": 931712809,
            "stop": 931712810
        },
        {
            "start": 931712816,
            "stop": 931712819
        }
    ]
}