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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40844",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40842",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40843,
    "results": [
        {
            "start": 875045207,
            "stop": 875045247
        },
        {
            "start": 875045249,
            "stop": 875045269
        },
        {
            "start": 875045270,
            "stop": 875045290
        },
        {
            "start": 875045292,
            "stop": 875045333
        },
        {
            "start": 875045334,
            "stop": 875045335
        },
        {
            "start": 875045336,
            "stop": 875045354
        },
        {
            "start": 875045355,
            "stop": 875045359
        },
        {
            "start": 875045361,
            "stop": 875045391
        },
        {
            "start": 875045392,
            "stop": 875045439
        },
        {
            "start": 875045440,
            "stop": 875045486
        },
        {
            "start": 875045487,
            "stop": 875045493
        },
        {
            "start": 875045495,
            "stop": 875045503
        },
        {
            "start": 875045505,
            "stop": 875045509
        },
        {
            "start": 875045510,
            "stop": 875045521
        },
        {
            "start": 875045523,
            "stop": 875045529
        },
        {
            "start": 875045530,
            "stop": 875045534
        },
        {
            "start": 875045535,
            "stop": 875045588
        },
        {
            "start": 875045590,
            "stop": 875045644
        },
        {
            "start": 875045645,
            "stop": 875045652
        },
        {
            "start": 875045653,
            "stop": 875045673
        }
    ]
}