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=204
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=205",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=203",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 204,
    "results": [
        {
            "start": 818211319,
            "stop": 818211322
        },
        {
            "start": 818211325,
            "stop": 818211328
        },
        {
            "start": 818211348,
            "stop": 818211349
        },
        {
            "start": 818211367,
            "stop": 818211369
        },
        {
            "start": 818211373,
            "stop": 818211380
        },
        {
            "start": 818211416,
            "stop": 818211419
        },
        {
            "start": 818211424,
            "stop": 818211425
        },
        {
            "start": 818211431,
            "stop": 818211432
        },
        {
            "start": 818211435,
            "stop": 818211442
        },
        {
            "start": 818211447,
            "stop": 818211452
        },
        {
            "start": 818211467,
            "stop": 818211469
        },
        {
            "start": 818211472,
            "stop": 818211477
        },
        {
            "start": 818211486,
            "stop": 818211489
        },
        {
            "start": 818211497,
            "stop": 818211499
        },
        {
            "start": 818211504,
            "stop": 818211506
        },
        {
            "start": 818211522,
            "stop": 818211523
        },
        {
            "start": 818211531,
            "stop": 818211533
        },
        {
            "start": 818211538,
            "stop": 818211540
        },
        {
            "start": 818211555,
            "stop": 818211557
        },
        {
            "start": 818211562,
            "stop": 818211563
        }
    ]
}