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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=240",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=238",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 239,
    "results": [
        {
            "start": 821679354,
            "stop": 821679365
        },
        {
            "start": 821679368,
            "stop": 821679373
        },
        {
            "start": 821679376,
            "stop": 821679383
        },
        {
            "start": 821679389,
            "stop": 821679391
        },
        {
            "start": 821679397,
            "stop": 821679407
        },
        {
            "start": 821679413,
            "stop": 821679419
        },
        {
            "start": 821679422,
            "stop": 821679431
        },
        {
            "start": 821679434,
            "stop": 821679435
        },
        {
            "start": 821679447,
            "stop": 821679449
        },
        {
            "start": 821679453,
            "stop": 821679456
        },
        {
            "start": 821679459,
            "stop": 821679465
        },
        {
            "start": 821679469,
            "stop": 821679471
        },
        {
            "start": 821679474,
            "stop": 821679513
        },
        {
            "start": 821679516,
            "stop": 821679519
        },
        {
            "start": 821679522,
            "stop": 821679523
        },
        {
            "start": 821679526,
            "stop": 821679551
        },
        {
            "start": 821679555,
            "stop": 821679558
        },
        {
            "start": 821679561,
            "stop": 821679564
        },
        {
            "start": 821679568,
            "stop": 821679576
        },
        {
            "start": 821679579,
            "stop": 821679600
        }
    ]
}