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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=178",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=176",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 177,
    "results": [
        {
            "start": 1261385230,
            "stop": 1261386751
        },
        {
            "start": 1261386756,
            "stop": 1261387439
        },
        {
            "start": 1261387441,
            "stop": 1261387483
        },
        {
            "start": 1261387486,
            "stop": 1261389759
        },
        {
            "start": 1261389762,
            "stop": 1261393433
        },
        {
            "start": 1261393436,
            "stop": 1261394415
        },
        {
            "start": 1261394416,
            "stop": 1261395593
        },
        {
            "start": 1261395597,
            "stop": 1261396258
        },
        {
            "start": 1261396261,
            "stop": 1261398472
        },
        {
            "start": 1261398475,
            "stop": 1261399316
        },
        {
            "start": 1261399321,
            "stop": 1261402000
        },
        {
            "start": 1261402005,
            "stop": 1261402443
        },
        {
            "start": 1261402445,
            "stop": 1261403171
        },
        {
            "start": 1261403174,
            "stop": 1261407308
        },
        {
            "start": 1261407310,
            "stop": 1261408267
        },
        {
            "start": 1261408270,
            "stop": 1261411599
        },
        {
            "start": 1261411604,
            "stop": 1261413478
        },
        {
            "start": 1261413481,
            "stop": 1261415422
        },
        {
            "start": 1261415426,
            "stop": 1261418126
        },
        {
            "start": 1261422713,
            "stop": 1261423552
        }
    ]
}