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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1718",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1716",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1717,
    "results": [
        {
            "start": 1249177342,
            "stop": 1249177355
        },
        {
            "start": 1249177356,
            "stop": 1249177367
        },
        {
            "start": 1249177368,
            "stop": 1249177369
        },
        {
            "start": 1249177370,
            "stop": 1249177371
        },
        {
            "start": 1249177377,
            "stop": 1249177378
        },
        {
            "start": 1249177385,
            "stop": 1249177386
        },
        {
            "start": 1249177390,
            "stop": 1249177405
        },
        {
            "start": 1249177406,
            "stop": 1249177408
        },
        {
            "start": 1249177413,
            "stop": 1249177419
        },
        {
            "start": 1249177423,
            "stop": 1249177427
        },
        {
            "start": 1249177428,
            "stop": 1249177438
        },
        {
            "start": 1249177440,
            "stop": 1249177441
        },
        {
            "start": 1249177442,
            "stop": 1249177456
        },
        {
            "start": 1249177464,
            "stop": 1249177465
        },
        {
            "start": 1249177466,
            "stop": 1249177478
        },
        {
            "start": 1249177479,
            "stop": 1249177487
        },
        {
            "start": 1249177502,
            "stop": 1249177522
        },
        {
            "start": 1249177523,
            "stop": 1249177566
        },
        {
            "start": 1249177568,
            "stop": 1249177591
        },
        {
            "start": 1249177592,
            "stop": 1249177597
        }
    ]
}