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_BURST_CAT3/segments?format=api&page=185
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=186",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=184",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 185,
    "results": [
        {
            "start": 1126806878,
            "stop": 1126807193
        },
        {
            "start": 1126807197,
            "stop": 1126807380
        },
        {
            "start": 1126807381,
            "stop": 1126807393
        },
        {
            "start": 1126807394,
            "stop": 1126807466
        },
        {
            "start": 1126807467,
            "stop": 1126807599
        },
        {
            "start": 1126807600,
            "stop": 1126807637
        },
        {
            "start": 1126807697,
            "stop": 1126807782
        },
        {
            "start": 1126807784,
            "stop": 1126807832
        },
        {
            "start": 1126807834,
            "stop": 1126807986
        },
        {
            "start": 1126807987,
            "stop": 1126808239
        },
        {
            "start": 1126808240,
            "stop": 1126808280
        },
        {
            "start": 1126808282,
            "stop": 1126808290
        },
        {
            "start": 1126808292,
            "stop": 1126808307
        },
        {
            "start": 1126808309,
            "stop": 1126808354
        },
        {
            "start": 1126808356,
            "stop": 1126808375
        },
        {
            "start": 1126808377,
            "stop": 1126808400
        },
        {
            "start": 1126808403,
            "stop": 1126808465
        },
        {
            "start": 1126808467,
            "stop": 1126808522
        },
        {
            "start": 1126808528,
            "stop": 1126808537
        },
        {
            "start": 1126808597,
            "stop": 1126808622
        }
    ]
}