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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=213",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=211",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 212,
    "results": [
        {
            "start": 1388175441,
            "stop": 1388178140
        },
        {
            "start": 1388178145,
            "stop": 1388182126
        },
        {
            "start": 1388182131,
            "stop": 1388185043
        },
        {
            "start": 1388185049,
            "stop": 1388187575
        },
        {
            "start": 1388187580,
            "stop": 1388187685
        },
        {
            "start": 1388187690,
            "stop": 1388188123
        },
        {
            "start": 1388188128,
            "stop": 1388190730
        },
        {
            "start": 1388190735,
            "stop": 1388191095
        },
        {
            "start": 1388191101,
            "stop": 1388195762
        },
        {
            "start": 1388195767,
            "stop": 1388196263
        },
        {
            "start": 1388196268,
            "stop": 1388196280
        },
        {
            "start": 1388196285,
            "stop": 1388196832
        },
        {
            "start": 1388196837,
            "stop": 1388197220
        },
        {
            "start": 1388200838,
            "stop": 1388205314
        },
        {
            "start": 1388205319,
            "stop": 1388211595
        },
        {
            "start": 1388269029,
            "stop": 1388270256
        },
        {
            "start": 1388270261,
            "stop": 1388272233
        },
        {
            "start": 1388275885,
            "stop": 1388276718
        },
        {
            "start": 1388276723,
            "stop": 1388276904
        },
        {
            "start": 1388276909,
            "stop": 1388277496
        }
    ]
}