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_CAT2/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/L1_BURST_CAT2/segments?format=api&page=240",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=238",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 239,
    "results": [
        {
            "start": 818221242,
            "stop": 818221245
        },
        {
            "start": 818221250,
            "stop": 818221253
        },
        {
            "start": 818221257,
            "stop": 818221263
        },
        {
            "start": 818221280,
            "stop": 818221281
        },
        {
            "start": 818221308,
            "stop": 818221309
        },
        {
            "start": 818221315,
            "stop": 818221323
        },
        {
            "start": 818221326,
            "stop": 818221327
        },
        {
            "start": 818221330,
            "stop": 818221336
        },
        {
            "start": 818221340,
            "stop": 818221343
        },
        {
            "start": 818221350,
            "stop": 818221351
        },
        {
            "start": 818221354,
            "stop": 818221355
        },
        {
            "start": 818221363,
            "stop": 818221364
        },
        {
            "start": 818221382,
            "stop": 818221384
        },
        {
            "start": 818221387,
            "stop": 818221388
        },
        {
            "start": 818221391,
            "stop": 818221393
        },
        {
            "start": 818221402,
            "stop": 818221404
        },
        {
            "start": 818221407,
            "stop": 818221408
        },
        {
            "start": 818221423,
            "stop": 818221425
        },
        {
            "start": 818221435,
            "stop": 818221436
        },
        {
            "start": 818221439,
            "stop": 818221443
        }
    ]
}