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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=266",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=264",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 265,
    "results": [
        {
            "start": 859156455,
            "stop": 859181785
        },
        {
            "start": 859183097,
            "stop": 859183164
        },
        {
            "start": 859183464,
            "stop": 859231907
        },
        {
            "start": 859232391,
            "stop": 859242503
        },
        {
            "start": 859243717,
            "stop": 859281082
        },
        {
            "start": 859283147,
            "stop": 859284008
        },
        {
            "start": 859284308,
            "stop": 859312447
        },
        {
            "start": 859313116,
            "stop": 859313413
        },
        {
            "start": 859313713,
            "stop": 859313762
        },
        {
            "start": 859314123,
            "stop": 859317282
        },
        {
            "start": 859317418,
            "stop": 859319848
        },
        {
            "start": 859321245,
            "stop": 859348261
        },
        {
            "start": 859349519,
            "stop": 859399919
        },
        {
            "start": 859401092,
            "stop": 859423074
        },
        {
            "start": 859423180,
            "stop": 859431749
        },
        {
            "start": 859431859,
            "stop": 859432019
        },
        {
            "start": 859432319,
            "stop": 859474812
        },
        {
            "start": 859474922,
            "stop": 859475126
        },
        {
            "start": 859476502,
            "stop": 859477256
        },
        {
            "start": 859478654,
            "stop": 859480947
        }
    ]
}