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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=126",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=124",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 125,
    "results": [
        {
            "start": 931127405,
            "stop": 931127415
        },
        {
            "start": 931127416,
            "stop": 931127421
        },
        {
            "start": 931127422,
            "stop": 931127429
        },
        {
            "start": 931127430,
            "stop": 931127441
        },
        {
            "start": 931127442,
            "stop": 931127444
        },
        {
            "start": 931127446,
            "stop": 931127454
        },
        {
            "start": 931127455,
            "stop": 931127458
        },
        {
            "start": 931127460,
            "stop": 931127464
        },
        {
            "start": 931127466,
            "stop": 931127468
        },
        {
            "start": 931127470,
            "stop": 931127473
        },
        {
            "start": 931127475,
            "stop": 931127476
        },
        {
            "start": 931127478,
            "stop": 931127479
        },
        {
            "start": 931127480,
            "stop": 931127494
        },
        {
            "start": 931127495,
            "stop": 931127496
        },
        {
            "start": 931127498,
            "stop": 931127499
        },
        {
            "start": 931127500,
            "stop": 931127502
        },
        {
            "start": 931127503,
            "stop": 931127517
        },
        {
            "start": 931127518,
            "stop": 931127519
        },
        {
            "start": 931127520,
            "stop": 931127536
        },
        {
            "start": 931127538,
            "stop": 931127574
        }
    ]
}