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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=210",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=208",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 209,
    "results": [
        {
            "start": 1259251423,
            "stop": 1259251426
        },
        {
            "start": 1259251432,
            "stop": 1259251433
        },
        {
            "start": 1259251439,
            "stop": 1259251500
        },
        {
            "start": 1259251503,
            "stop": 1259251513
        },
        {
            "start": 1259251519,
            "stop": 1259251522
        },
        {
            "start": 1259251528,
            "stop": 1259251569
        },
        {
            "start": 1259251572,
            "stop": 1259251617
        },
        {
            "start": 1259251623,
            "stop": 1259251626
        },
        {
            "start": 1259251629,
            "stop": 1259251645
        },
        {
            "start": 1259251648,
            "stop": 1259251683
        },
        {
            "start": 1259251686,
            "stop": 1259251716
        },
        {
            "start": 1259251722,
            "stop": 1259251784
        },
        {
            "start": 1259251787,
            "stop": 1259251794
        },
        {
            "start": 1259251800,
            "stop": 1259251806
        },
        {
            "start": 1259251809,
            "stop": 1259251884
        },
        {
            "start": 1259251890,
            "stop": 1259251910
        },
        {
            "start": 1259251919,
            "stop": 1259251979
        },
        {
            "start": 1259251982,
            "stop": 1259252024
        },
        {
            "start": 1259252027,
            "stop": 1259252063
        },
        {
            "start": 1259252066,
            "stop": 1259252072
        }
    ]
}