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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=107",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=105",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 106,
    "results": [
        {
            "start": 817854519,
            "stop": 817854522
        },
        {
            "start": 817854525,
            "stop": 817854548
        },
        {
            "start": 817854552,
            "stop": 817854554
        },
        {
            "start": 817854561,
            "stop": 817854612
        },
        {
            "start": 817854615,
            "stop": 817854768
        },
        {
            "start": 817854773,
            "stop": 817854774
        },
        {
            "start": 817854778,
            "stop": 817854806
        },
        {
            "start": 817854810,
            "stop": 817854816
        },
        {
            "start": 817854819,
            "stop": 817854822
        },
        {
            "start": 817854825,
            "stop": 817854851
        },
        {
            "start": 817854855,
            "stop": 817854863
        },
        {
            "start": 817854867,
            "stop": 817854933
        },
        {
            "start": 817854939,
            "stop": 817854946
        },
        {
            "start": 817854949,
            "stop": 817854995
        },
        {
            "start": 817854999,
            "stop": 817855001
        },
        {
            "start": 817855005,
            "stop": 817855032
        },
        {
            "start": 817855035,
            "stop": 817855102
        },
        {
            "start": 817855106,
            "stop": 817855143
        },
        {
            "start": 817855146,
            "stop": 817855202
        },
        {
            "start": 817855206,
            "stop": 817855230
        }
    ]
}