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=3046
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=3047",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3045",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3046,
    "results": [
        {
            "start": 864670650,
            "stop": 864671209
        },
        {
            "start": 864671453,
            "stop": 864673161
        },
        {
            "start": 864674343,
            "stop": 864674378
        },
        {
            "start": 864674382,
            "stop": 864674395
        },
        {
            "start": 864674399,
            "stop": 864675120
        },
        {
            "start": 864675180,
            "stop": 864677575
        },
        {
            "start": 864677700,
            "stop": 864677820
        },
        {
            "start": 864677880,
            "stop": 864678050
        },
        {
            "start": 864678055,
            "stop": 864678300
        },
        {
            "start": 864678360,
            "stop": 864678386
        },
        {
            "start": 864678686,
            "stop": 864680227
        },
        {
            "start": 864680235,
            "stop": 864683820
        },
        {
            "start": 864683880,
            "stop": 864684947
        },
        {
            "start": 864684953,
            "stop": 864684960
        },
        {
            "start": 864685020,
            "stop": 864687943
        },
        {
            "start": 864687947,
            "stop": 864688800
        },
        {
            "start": 864688860,
            "stop": 864691560
        },
        {
            "start": 864691620,
            "stop": 864727605
        },
        {
            "start": 864727610,
            "stop": 864727620
        },
        {
            "start": 864727680,
            "stop": 864734280
        }
    ]
}