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=1682
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=1683",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1681",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1682,
    "results": [
        {
            "start": 1248853018,
            "stop": 1248853274
        },
        {
            "start": 1248853277,
            "stop": 1248853305
        },
        {
            "start": 1248853308,
            "stop": 1248853361
        },
        {
            "start": 1248853364,
            "stop": 1248853706
        },
        {
            "start": 1248853709,
            "stop": 1248854210
        },
        {
            "start": 1248854213,
            "stop": 1248854352
        },
        {
            "start": 1248854355,
            "stop": 1248855691
        },
        {
            "start": 1248855694,
            "stop": 1248856160
        },
        {
            "start": 1248856163,
            "stop": 1248856319
        },
        {
            "start": 1248856322,
            "stop": 1248856510
        },
        {
            "start": 1248856513,
            "stop": 1248857335
        },
        {
            "start": 1248857338,
            "stop": 1248857536
        },
        {
            "start": 1248857539,
            "stop": 1248858297
        },
        {
            "start": 1248858300,
            "stop": 1248859294
        },
        {
            "start": 1248859297,
            "stop": 1248860157
        },
        {
            "start": 1248860160,
            "stop": 1248860199
        },
        {
            "start": 1248860202,
            "stop": 1248860725
        },
        {
            "start": 1248860728,
            "stop": 1248861026
        },
        {
            "start": 1248861029,
            "stop": 1248862716
        },
        {
            "start": 1248862719,
            "stop": 1248863045
        }
    ]
}