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=33262
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=33263",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33261",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33262,
    "results": [
        {
            "start": 970992768,
            "stop": 970992851
        },
        {
            "start": 970992854,
            "stop": 970992871
        },
        {
            "start": 970992872,
            "stop": 970992876
        },
        {
            "start": 970992878,
            "stop": 970992910
        },
        {
            "start": 970992913,
            "stop": 970992914
        },
        {
            "start": 970992915,
            "stop": 970992916
        },
        {
            "start": 970992917,
            "stop": 970992929
        },
        {
            "start": 970992930,
            "stop": 970992958
        },
        {
            "start": 970992962,
            "stop": 970993037
        },
        {
            "start": 970993038,
            "stop": 970993044
        },
        {
            "start": 970993046,
            "stop": 970993060
        },
        {
            "start": 970993063,
            "stop": 970993071
        },
        {
            "start": 970993072,
            "stop": 970993075
        },
        {
            "start": 970993076,
            "stop": 970993090
        },
        {
            "start": 970993092,
            "stop": 970993133
        },
        {
            "start": 970993134,
            "stop": 970993145
        },
        {
            "start": 970993146,
            "stop": 970993148
        },
        {
            "start": 970993149,
            "stop": 970993152
        },
        {
            "start": 970993155,
            "stop": 970993163
        },
        {
            "start": 970993164,
            "stop": 970993175
        }
    ]
}