Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5330
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5331",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5329",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5330,
    "results": [
        {
            "start": 1137228129,
            "stop": 1137228137
        },
        {
            "start": 1137228139,
            "stop": 1137228147
        },
        {
            "start": 1137228149,
            "stop": 1137228160
        },
        {
            "start": 1137228162,
            "stop": 1137228185
        },
        {
            "start": 1137228187,
            "stop": 1137228215
        },
        {
            "start": 1137228216,
            "stop": 1137228232
        },
        {
            "start": 1137228234,
            "stop": 1137228486
        },
        {
            "start": 1137228488,
            "stop": 1137228500
        },
        {
            "start": 1137228502,
            "stop": 1137228504
        },
        {
            "start": 1137228506,
            "stop": 1137228600
        },
        {
            "start": 1137228602,
            "stop": 1137228672
        },
        {
            "start": 1137228673,
            "stop": 1137228694
        },
        {
            "start": 1137228696,
            "stop": 1137228730
        },
        {
            "start": 1137228734,
            "stop": 1137228748
        },
        {
            "start": 1137228750,
            "stop": 1137228751
        },
        {
            "start": 1137228753,
            "stop": 1137228770
        },
        {
            "start": 1137228775,
            "stop": 1137228790
        },
        {
            "start": 1137228792,
            "stop": 1137228842
        },
        {
            "start": 1137228845,
            "stop": 1137228846
        },
        {
            "start": 1137228848,
            "stop": 1137228903
        }
    ]
}