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=153
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=154",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=152",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 153,
    "results": [
        {
            "start": 820246135,
            "stop": 820246574
        },
        {
            "start": 820246577,
            "stop": 820246580
        },
        {
            "start": 820246583,
            "stop": 820246711
        },
        {
            "start": 820246714,
            "stop": 820246717
        },
        {
            "start": 820246720,
            "stop": 820247078
        },
        {
            "start": 820247082,
            "stop": 820247270
        },
        {
            "start": 820247275,
            "stop": 820247277
        },
        {
            "start": 820247281,
            "stop": 820247282
        },
        {
            "start": 820247286,
            "stop": 820247618
        },
        {
            "start": 820247621,
            "stop": 820247866
        },
        {
            "start": 820247869,
            "stop": 820248065
        },
        {
            "start": 820248068,
            "stop": 820248433
        },
        {
            "start": 820248436,
            "stop": 820248643
        },
        {
            "start": 820248646,
            "stop": 820248650
        },
        {
            "start": 820248653,
            "stop": 820249799
        },
        {
            "start": 820249802,
            "stop": 820249944
        },
        {
            "start": 820249947,
            "stop": 820250096
        },
        {
            "start": 820250099,
            "stop": 820250370
        },
        {
            "start": 820251634,
            "stop": 820251643
        },
        {
            "start": 820251657,
            "stop": 820251725
        }
    ]
}