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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1676",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1674",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1675,
    "results": [
        {
            "start": 1248767064,
            "stop": 1248767065
        },
        {
            "start": 1248767068,
            "stop": 1248767538
        },
        {
            "start": 1248767541,
            "stop": 1248770704
        },
        {
            "start": 1248770707,
            "stop": 1248772120
        },
        {
            "start": 1248772122,
            "stop": 1248772458
        },
        {
            "start": 1248772461,
            "stop": 1248772747
        },
        {
            "start": 1248772750,
            "stop": 1248773450
        },
        {
            "start": 1248773451,
            "stop": 1248773468
        },
        {
            "start": 1248773469,
            "stop": 1248774110
        },
        {
            "start": 1248774112,
            "stop": 1248774318
        },
        {
            "start": 1248774321,
            "stop": 1248774676
        },
        {
            "start": 1248774679,
            "stop": 1248775737
        },
        {
            "start": 1248775745,
            "stop": 1248775747
        },
        {
            "start": 1248797183,
            "stop": 1248797579
        },
        {
            "start": 1248797582,
            "stop": 1248797698
        },
        {
            "start": 1248797701,
            "stop": 1248798072
        },
        {
            "start": 1248798075,
            "stop": 1248798146
        },
        {
            "start": 1248798149,
            "stop": 1248798166
        },
        {
            "start": 1248798172,
            "stop": 1248798208
        },
        {
            "start": 1248798211,
            "stop": 1248798219
        }
    ]
}