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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=50",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=48",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 49,
    "results": [
        {
            "start": 1370244978,
            "stop": 1370246169
        },
        {
            "start": 1370246171,
            "stop": 1370246346
        },
        {
            "start": 1370246347,
            "stop": 1370247599
        },
        {
            "start": 1370247601,
            "stop": 1370247852
        },
        {
            "start": 1370247854,
            "stop": 1370249010
        },
        {
            "start": 1370249011,
            "stop": 1370249216
        },
        {
            "start": 1370249218,
            "stop": 1370250584
        },
        {
            "start": 1370250585,
            "stop": 1370250780
        },
        {
            "start": 1370250781,
            "stop": 1370252154
        },
        {
            "start": 1370252156,
            "stop": 1370252614
        },
        {
            "start": 1370252616,
            "stop": 1370253927
        },
        {
            "start": 1370253928,
            "stop": 1370255555
        },
        {
            "start": 1370255557,
            "stop": 1370257054
        },
        {
            "start": 1370257056,
            "stop": 1370258459
        },
        {
            "start": 1370258460,
            "stop": 1370259931
        },
        {
            "start": 1370259932,
            "stop": 1370261306
        },
        {
            "start": 1370261308,
            "stop": 1370263170
        },
        {
            "start": 1370263171,
            "stop": 1370264562
        },
        {
            "start": 1370264564,
            "stop": 1370265461
        },
        {
            "start": 1370265462,
            "stop": 1370266545
        }
    ]
}