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=383
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=384",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=382",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 383,
    "results": [
        {
            "start": 1260962014,
            "stop": 1260962017
        },
        {
            "start": 1260962019,
            "stop": 1260962835
        },
        {
            "start": 1260962838,
            "stop": 1260963610
        },
        {
            "start": 1260963613,
            "stop": 1260965386
        },
        {
            "start": 1260965389,
            "stop": 1260968423
        },
        {
            "start": 1260968426,
            "stop": 1260968986
        },
        {
            "start": 1260968994,
            "stop": 1260969427
        },
        {
            "start": 1260969430,
            "stop": 1260969431
        },
        {
            "start": 1260969434,
            "stop": 1260969436
        },
        {
            "start": 1260969439,
            "stop": 1260970923
        },
        {
            "start": 1260970926,
            "stop": 1260973039
        },
        {
            "start": 1260973042,
            "stop": 1260974196
        },
        {
            "start": 1260974199,
            "stop": 1260975491
        },
        {
            "start": 1260975494,
            "stop": 1260976064
        },
        {
            "start": 1260976067,
            "stop": 1260976072
        },
        {
            "start": 1260976075,
            "stop": 1260976086
        },
        {
            "start": 1260976089,
            "stop": 1260976091
        },
        {
            "start": 1260976094,
            "stop": 1260976097
        },
        {
            "start": 1260976098,
            "stop": 1260976103
        },
        {
            "start": 1260976106,
            "stop": 1260976241
        }
    ]
}