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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=26",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 27,
    "results": [
        {
            "start": 1369626765,
            "stop": 1369627401
        },
        {
            "start": 1369627402,
            "stop": 1369628920
        },
        {
            "start": 1369628922,
            "stop": 1369629274
        },
        {
            "start": 1369629275,
            "stop": 1369631137
        },
        {
            "start": 1369631139,
            "stop": 1369631268
        },
        {
            "start": 1369631270,
            "stop": 1369633074
        },
        {
            "start": 1369633075,
            "stop": 1369634299
        },
        {
            "start": 1369634301,
            "stop": 1369635894
        },
        {
            "start": 1369635895,
            "stop": 1369635900
        },
        {
            "start": 1369635902,
            "stop": 1369637019
        },
        {
            "start": 1369637021,
            "stop": 1369637549
        },
        {
            "start": 1369637550,
            "stop": 1369638402
        },
        {
            "start": 1369638404,
            "stop": 1369639519
        },
        {
            "start": 1369639520,
            "stop": 1369640833
        },
        {
            "start": 1369640835,
            "stop": 1369642575
        },
        {
            "start": 1369642577,
            "stop": 1369643224
        },
        {
            "start": 1369643225,
            "stop": 1369643909
        },
        {
            "start": 1369643910,
            "stop": 1369645379
        },
        {
            "start": 1369645381,
            "stop": 1369646641
        },
        {
            "start": 1369646642,
            "stop": 1369647967
        }
    ]
}