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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33261",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33259",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33260,
    "results": [
        {
            "start": 970991843,
            "stop": 970991847
        },
        {
            "start": 970991850,
            "stop": 970991855
        },
        {
            "start": 970991858,
            "stop": 970991859
        },
        {
            "start": 970991860,
            "stop": 970991890
        },
        {
            "start": 970991893,
            "stop": 970991915
        },
        {
            "start": 970991918,
            "stop": 970991932
        },
        {
            "start": 970991935,
            "stop": 970991943
        },
        {
            "start": 970991944,
            "stop": 970991957
        },
        {
            "start": 970991958,
            "stop": 970991997
        },
        {
            "start": 970991999,
            "stop": 970992015
        },
        {
            "start": 970992018,
            "stop": 970992061
        },
        {
            "start": 970992062,
            "stop": 970992074
        },
        {
            "start": 970992075,
            "stop": 970992123
        },
        {
            "start": 970992124,
            "stop": 970992245
        },
        {
            "start": 970992248,
            "stop": 970992258
        },
        {
            "start": 970992261,
            "stop": 970992394
        },
        {
            "start": 970992398,
            "stop": 970992422
        },
        {
            "start": 970992425,
            "stop": 970992430
        },
        {
            "start": 970992433,
            "stop": 970992447
        },
        {
            "start": 970992450,
            "stop": 970992472
        }
    ]
}