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=64
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=65",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=63",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 64,
    "results": [
        {
            "start": 1126471135,
            "stop": 1126471218
        },
        {
            "start": 1126471219,
            "stop": 1126471465
        },
        {
            "start": 1126471467,
            "stop": 1126471488
        },
        {
            "start": 1126471490,
            "stop": 1126471561
        },
        {
            "start": 1126471563,
            "stop": 1126471852
        },
        {
            "start": 1126471854,
            "stop": 1126471857
        },
        {
            "start": 1126471859,
            "stop": 1126471926
        },
        {
            "start": 1126471928,
            "stop": 1126471929
        },
        {
            "start": 1126471930,
            "stop": 1126471931
        },
        {
            "start": 1126471933,
            "stop": 1126471940
        },
        {
            "start": 1126471942,
            "stop": 1126472322
        },
        {
            "start": 1126472323,
            "stop": 1126472370
        },
        {
            "start": 1126472371,
            "stop": 1126472573
        },
        {
            "start": 1126472574,
            "stop": 1126472586
        },
        {
            "start": 1126472587,
            "stop": 1126472700
        },
        {
            "start": 1126472701,
            "stop": 1126472852
        },
        {
            "start": 1126472854,
            "stop": 1126473035
        },
        {
            "start": 1126473036,
            "stop": 1126473379
        },
        {
            "start": 1126473380,
            "stop": 1126473766
        },
        {
            "start": 1126473768,
            "stop": 1126473975
        }
    ]
}