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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=117",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=115",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 116,
    "results": [
        {
            "start": 1378298425,
            "stop": 1378303324
        },
        {
            "start": 1378303329,
            "stop": 1378307655
        },
        {
            "start": 1378307660,
            "stop": 1378308356
        },
        {
            "start": 1378308361,
            "stop": 1378308858
        },
        {
            "start": 1378308863,
            "stop": 1378309534
        },
        {
            "start": 1378309539,
            "stop": 1378336815
        },
        {
            "start": 1378336820,
            "stop": 1378336950
        },
        {
            "start": 1378336955,
            "stop": 1378339075
        },
        {
            "start": 1378339080,
            "stop": 1378340487
        },
        {
            "start": 1378340490,
            "stop": 1378342358
        },
        {
            "start": 1378349335,
            "stop": 1378356078
        },
        {
            "start": 1378356189,
            "stop": 1378361436
        },
        {
            "start": 1378361441,
            "stop": 1378363590
        },
        {
            "start": 1378369222,
            "stop": 1378372848
        },
        {
            "start": 1378372853,
            "stop": 1378374835
        },
        {
            "start": 1378374840,
            "stop": 1378399183
        },
        {
            "start": 1378399188,
            "stop": 1378400506
        },
        {
            "start": 1378400511,
            "stop": 1378413199
        },
        {
            "start": 1378413204,
            "stop": 1378413392
        },
        {
            "start": 1378413397,
            "stop": 1378419072
        }
    ]
}