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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=181",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=179",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 180,
    "results": [
        {
            "start": 1239871726,
            "stop": 1239872017
        },
        {
            "start": 1239872020,
            "stop": 1239872550
        },
        {
            "start": 1239872552,
            "stop": 1239873712
        },
        {
            "start": 1239873714,
            "stop": 1239874435
        },
        {
            "start": 1239874436,
            "stop": 1239874448
        },
        {
            "start": 1239874450,
            "stop": 1239874571
        },
        {
            "start": 1239874572,
            "stop": 1239874806
        },
        {
            "start": 1239874807,
            "stop": 1239874849
        },
        {
            "start": 1239874850,
            "stop": 1239875055
        },
        {
            "start": 1239875057,
            "stop": 1239875228
        },
        {
            "start": 1239875229,
            "stop": 1239875312
        },
        {
            "start": 1239875314,
            "stop": 1239875318
        },
        {
            "start": 1239875319,
            "stop": 1239875505
        },
        {
            "start": 1239875506,
            "stop": 1239875888
        },
        {
            "start": 1239875889,
            "stop": 1239876028
        },
        {
            "start": 1239876029,
            "stop": 1239876036
        },
        {
            "start": 1239876038,
            "stop": 1239876055
        },
        {
            "start": 1239876056,
            "stop": 1239876290
        },
        {
            "start": 1239876292,
            "stop": 1239876640
        },
        {
            "start": 1239876642,
            "stop": 1239876916
        }
    ]
}