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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6910",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6908",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6909,
    "results": [
        {
            "start": 873500610,
            "stop": 873501690
        },
        {
            "start": 873503015,
            "stop": 873506741
        },
        {
            "start": 873506744,
            "stop": 873510401
        },
        {
            "start": 873510404,
            "stop": 873510915
        },
        {
            "start": 873510918,
            "stop": 873513055
        },
        {
            "start": 873513059,
            "stop": 873515310
        },
        {
            "start": 873518243,
            "stop": 873518244
        },
        {
            "start": 873518249,
            "stop": 873518251
        },
        {
            "start": 873518275,
            "stop": 873518278
        },
        {
            "start": 873518281,
            "stop": 873518282
        },
        {
            "start": 873518285,
            "stop": 873518286
        },
        {
            "start": 873518287,
            "stop": 873518289
        },
        {
            "start": 873518290,
            "stop": 873518292
        },
        {
            "start": 873518293,
            "stop": 873518294
        },
        {
            "start": 873518301,
            "stop": 873518304
        },
        {
            "start": 873518306,
            "stop": 873518309
        },
        {
            "start": 873518312,
            "stop": 873518313
        },
        {
            "start": 873518315,
            "stop": 873518319
        },
        {
            "start": 873518320,
            "stop": 873518324
        },
        {
            "start": 873518326,
            "stop": 873518328
        }
    ]
}