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=113
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=114",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=112",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 113,
    "results": [
        {
            "start": 1377996783,
            "stop": 1378000118
        },
        {
            "start": 1378000123,
            "stop": 1378003058
        },
        {
            "start": 1378003063,
            "stop": 1378008624
        },
        {
            "start": 1378008628,
            "stop": 1378009159
        },
        {
            "start": 1378009164,
            "stop": 1378009182
        },
        {
            "start": 1378009187,
            "stop": 1378010640
        },
        {
            "start": 1378016695,
            "stop": 1378021048
        },
        {
            "start": 1378024512,
            "stop": 1378025856
        },
        {
            "start": 1378025861,
            "stop": 1378030934
        },
        {
            "start": 1378030939,
            "stop": 1378035637
        },
        {
            "start": 1378035642,
            "stop": 1378039630
        },
        {
            "start": 1378039635,
            "stop": 1378040346
        },
        {
            "start": 1378040351,
            "stop": 1378044427
        },
        {
            "start": 1378044430,
            "stop": 1378055180
        },
        {
            "start": 1378060064,
            "stop": 1378061327
        },
        {
            "start": 1378061332,
            "stop": 1378062290
        },
        {
            "start": 1378076786,
            "stop": 1378080084
        },
        {
            "start": 1378088395,
            "stop": 1378093054
        },
        {
            "start": 1378093059,
            "stop": 1378101541
        },
        {
            "start": 1378101546,
            "stop": 1378110282
        }
    ]
}