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=451
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=452",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=450",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 451,
    "results": [
        {
            "start": 1261728599,
            "stop": 1261728649
        },
        {
            "start": 1261728652,
            "stop": 1261730143
        },
        {
            "start": 1261730146,
            "stop": 1261735678
        },
        {
            "start": 1261735681,
            "stop": 1261737558
        },
        {
            "start": 1261737561,
            "stop": 1261737916
        },
        {
            "start": 1261737919,
            "stop": 1261738734
        },
        {
            "start": 1261738737,
            "stop": 1261738771
        },
        {
            "start": 1261738774,
            "stop": 1261739044
        },
        {
            "start": 1261739046,
            "stop": 1261740828
        },
        {
            "start": 1261740831,
            "stop": 1261745012
        },
        {
            "start": 1261745015,
            "stop": 1261745562
        },
        {
            "start": 1261745570,
            "stop": 1261746722
        },
        {
            "start": 1261746730,
            "stop": 1261750632
        },
        {
            "start": 1261750635,
            "stop": 1261751009
        },
        {
            "start": 1261751012,
            "stop": 1261752080
        },
        {
            "start": 1261752083,
            "stop": 1261752625
        },
        {
            "start": 1261752628,
            "stop": 1261753603
        },
        {
            "start": 1261753606,
            "stop": 1261755853
        },
        {
            "start": 1261755856,
            "stop": 1261756339
        },
        {
            "start": 1261756342,
            "stop": 1261757205
        }
    ]
}