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=1645
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=1646",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1644",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1645,
    "results": [
        {
            "start": 1247895264,
            "stop": 1247895455
        },
        {
            "start": 1247895463,
            "stop": 1247895467
        },
        {
            "start": 1247904050,
            "stop": 1247907156
        },
        {
            "start": 1247907240,
            "stop": 1247909342
        },
        {
            "start": 1247909345,
            "stop": 1247910264
        },
        {
            "start": 1247910363,
            "stop": 1247911862
        },
        {
            "start": 1247911865,
            "stop": 1247912008
        },
        {
            "start": 1247912011,
            "stop": 1247912067
        },
        {
            "start": 1247912195,
            "stop": 1247913803
        },
        {
            "start": 1247913806,
            "stop": 1247915654
        },
        {
            "start": 1247915662,
            "stop": 1247916403
        },
        {
            "start": 1247916405,
            "stop": 1247917160
        },
        {
            "start": 1247922809,
            "stop": 1247924203
        },
        {
            "start": 1247924205,
            "stop": 1247924585
        },
        {
            "start": 1247924588,
            "stop": 1247926790
        },
        {
            "start": 1247926793,
            "stop": 1247927158
        },
        {
            "start": 1247927161,
            "stop": 1247927305
        },
        {
            "start": 1247927308,
            "stop": 1247927351
        },
        {
            "start": 1247927354,
            "stop": 1247927807
        },
        {
            "start": 1247927810,
            "stop": 1247927826
        }
    ]
}