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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3417",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3415",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3416,
    "results": [
        {
            "start": 969649602,
            "stop": 969649645
        },
        {
            "start": 969649650,
            "stop": 969649686
        },
        {
            "start": 969649689,
            "stop": 969649747
        },
        {
            "start": 969649750,
            "stop": 969649847
        },
        {
            "start": 969650267,
            "stop": 969650400
        },
        {
            "start": 969650420,
            "stop": 969650426
        },
        {
            "start": 969650429,
            "stop": 969650431
        },
        {
            "start": 969650460,
            "stop": 969650556
        },
        {
            "start": 969650559,
            "stop": 969650577
        },
        {
            "start": 969650580,
            "stop": 969650602
        },
        {
            "start": 969650605,
            "stop": 969650631
        },
        {
            "start": 969650635,
            "stop": 969650762
        },
        {
            "start": 969650804,
            "stop": 969650812
        },
        {
            "start": 969650818,
            "stop": 969650882
        },
        {
            "start": 969650922,
            "stop": 969650969
        },
        {
            "start": 969650973,
            "stop": 969650975
        },
        {
            "start": 969650978,
            "stop": 969650984
        },
        {
            "start": 969650987,
            "stop": 969651002
        },
        {
            "start": 969651023,
            "stop": 969651038
        },
        {
            "start": 969651044,
            "stop": 969651068
        }
    ]
}