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=258
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=259",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=257",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 258,
    "results": [
        {
            "start": 1240301503,
            "stop": 1240301547
        },
        {
            "start": 1240301549,
            "stop": 1240303650
        },
        {
            "start": 1240303652,
            "stop": 1240304916
        },
        {
            "start": 1240304918,
            "stop": 1240305173
        },
        {
            "start": 1240305174,
            "stop": 1240305363
        },
        {
            "start": 1240305364,
            "stop": 1240305457
        },
        {
            "start": 1240305458,
            "stop": 1240305504
        },
        {
            "start": 1240305505,
            "stop": 1240305532
        },
        {
            "start": 1240305533,
            "stop": 1240305650
        },
        {
            "start": 1240305652,
            "stop": 1240306061
        },
        {
            "start": 1240306062,
            "stop": 1240306301
        },
        {
            "start": 1240306302,
            "stop": 1240306322
        },
        {
            "start": 1240306323,
            "stop": 1240306341
        },
        {
            "start": 1240306342,
            "stop": 1240306383
        },
        {
            "start": 1240306386,
            "stop": 1240306672
        },
        {
            "start": 1240306673,
            "stop": 1240306909
        },
        {
            "start": 1240306911,
            "stop": 1240306953
        },
        {
            "start": 1240306956,
            "stop": 1240307064
        },
        {
            "start": 1240307065,
            "stop": 1240307110
        },
        {
            "start": 1240307114,
            "stop": 1240307211
        }
    ]
}