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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2938",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2936",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2937,
    "results": [
        {
            "start": 859100775,
            "stop": 859101533
        },
        {
            "start": 859101536,
            "stop": 859103781
        },
        {
            "start": 859103784,
            "stop": 859104788
        },
        {
            "start": 859104791,
            "stop": 859105896
        },
        {
            "start": 859105900,
            "stop": 859106473
        },
        {
            "start": 859106476,
            "stop": 859120595
        },
        {
            "start": 859120599,
            "stop": 859123329
        },
        {
            "start": 859125094,
            "stop": 859126200
        },
        {
            "start": 859126205,
            "stop": 859127544
        },
        {
            "start": 859129165,
            "stop": 859130640
        },
        {
            "start": 859130700,
            "stop": 859132004
        },
        {
            "start": 859132185,
            "stop": 859132490
        },
        {
            "start": 859132496,
            "stop": 859132513
        },
        {
            "start": 859132516,
            "stop": 859132664
        },
        {
            "start": 859132845,
            "stop": 859136946
        },
        {
            "start": 859136949,
            "stop": 859137720
        },
        {
            "start": 859137840,
            "stop": 859137866
        },
        {
            "start": 859137868,
            "stop": 859137871
        },
        {
            "start": 859137872,
            "stop": 859139272
        },
        {
            "start": 859139283,
            "stop": 859139305
        }
    ]
}