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=159
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=160",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=158",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 159,
    "results": [
        {
            "start": 1126690503,
            "stop": 1126690578
        },
        {
            "start": 1126690580,
            "stop": 1126690723
        },
        {
            "start": 1126690724,
            "stop": 1126690821
        },
        {
            "start": 1126690822,
            "stop": 1126691099
        },
        {
            "start": 1126691100,
            "stop": 1126691149
        },
        {
            "start": 1126691151,
            "stop": 1126691194
        },
        {
            "start": 1126691195,
            "stop": 1126691433
        },
        {
            "start": 1126691434,
            "stop": 1126691583
        },
        {
            "start": 1126691584,
            "stop": 1126691681
        },
        {
            "start": 1126691682,
            "stop": 1126691716
        },
        {
            "start": 1126691718,
            "stop": 1126691724
        },
        {
            "start": 1126691726,
            "stop": 1126691737
        },
        {
            "start": 1126691739,
            "stop": 1126691747
        },
        {
            "start": 1126691748,
            "stop": 1126691750
        },
        {
            "start": 1126691751,
            "stop": 1126691762
        },
        {
            "start": 1126691764,
            "stop": 1126691766
        },
        {
            "start": 1126691767,
            "stop": 1126691768
        },
        {
            "start": 1126691770,
            "stop": 1126691771
        },
        {
            "start": 1126691773,
            "stop": 1126691774
        },
        {
            "start": 1126691776,
            "stop": 1126691790
        }
    ]
}