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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1057",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1055",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1056,
    "results": [
        {
            "start": 1136193749,
            "stop": 1136193922
        },
        {
            "start": 1136193923,
            "stop": 1136194055
        },
        {
            "start": 1136194056,
            "stop": 1136194069
        },
        {
            "start": 1136194070,
            "stop": 1136194100
        },
        {
            "start": 1136194101,
            "stop": 1136194131
        },
        {
            "start": 1136194132,
            "stop": 1136194137
        },
        {
            "start": 1136194138,
            "stop": 1136194257
        },
        {
            "start": 1136194258,
            "stop": 1136194260
        },
        {
            "start": 1136194261,
            "stop": 1136194266
        },
        {
            "start": 1136194267,
            "stop": 1136194278
        },
        {
            "start": 1136194279,
            "stop": 1136194307
        },
        {
            "start": 1136194308,
            "stop": 1136194355
        },
        {
            "start": 1136194356,
            "stop": 1136194371
        },
        {
            "start": 1136194372,
            "stop": 1136194392
        },
        {
            "start": 1136194393,
            "stop": 1136194398
        },
        {
            "start": 1136194399,
            "stop": 1136194440
        },
        {
            "start": 1136194441,
            "stop": 1136194522
        },
        {
            "start": 1136194523,
            "stop": 1136194528
        },
        {
            "start": 1136194530,
            "stop": 1136194539
        },
        {
            "start": 1136194540,
            "stop": 1136194555
        }
    ]
}