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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=69",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 70,
    "results": [
        {
            "start": 822825696,
            "stop": 822826213
        },
        {
            "start": 822826223,
            "stop": 822826224
        },
        {
            "start": 822826273,
            "stop": 822826393
        },
        {
            "start": 822826397,
            "stop": 822826398
        },
        {
            "start": 822826453,
            "stop": 822826693
        },
        {
            "start": 822826736,
            "stop": 822826737
        },
        {
            "start": 822826815,
            "stop": 822826932
        },
        {
            "start": 822827113,
            "stop": 822827173
        },
        {
            "start": 822827191,
            "stop": 822827193
        },
        {
            "start": 822827282,
            "stop": 822827341
        },
        {
            "start": 822848880,
            "stop": 822848953
        },
        {
            "start": 822849186,
            "stop": 822849476
        },
        {
            "start": 822849691,
            "stop": 822850197
        },
        {
            "start": 822850324,
            "stop": 822850391
        },
        {
            "start": 822859664,
            "stop": 822860593
        },
        {
            "start": 822860601,
            "stop": 822860604
        },
        {
            "start": 822862046,
            "stop": 822862183
        },
        {
            "start": 822865896,
            "stop": 822866497
        },
        {
            "start": 822867086,
            "stop": 822869918
        },
        {
            "start": 822871937,
            "stop": 822872217
        }
    ]
}