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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=445",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=443",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 444,
    "results": [
        {
            "start": 1182958745,
            "stop": 1182958780
        },
        {
            "start": 1182958783,
            "stop": 1182959037
        },
        {
            "start": 1182959039,
            "stop": 1182960997
        },
        {
            "start": 1182960999,
            "stop": 1182961621
        },
        {
            "start": 1182961623,
            "stop": 1182961852
        },
        {
            "start": 1182961854,
            "stop": 1182962055
        },
        {
            "start": 1182962058,
            "stop": 1182962833
        },
        {
            "start": 1182962835,
            "stop": 1182963280
        },
        {
            "start": 1182963282,
            "stop": 1182964251
        },
        {
            "start": 1182964253,
            "stop": 1182964473
        },
        {
            "start": 1182964476,
            "stop": 1182964901
        },
        {
            "start": 1182964903,
            "stop": 1182965736
        },
        {
            "start": 1182965739,
            "stop": 1182967923
        },
        {
            "start": 1182967925,
            "stop": 1182968079
        },
        {
            "start": 1182978695,
            "stop": 1182980188
        },
        {
            "start": 1182980190,
            "stop": 1182982333
        },
        {
            "start": 1182982335,
            "stop": 1182982746
        },
        {
            "start": 1182982748,
            "stop": 1182982750
        },
        {
            "start": 1182982754,
            "stop": 1182982763
        },
        {
            "start": 1182982765,
            "stop": 1182984379
        }
    ]
}