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=7013
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=7014",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7012",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7013,
    "results": [
        {
            "start": 873911766,
            "stop": 873911767
        },
        {
            "start": 873911771,
            "stop": 873911825
        },
        {
            "start": 873911836,
            "stop": 873911839
        },
        {
            "start": 873911842,
            "stop": 873911868
        },
        {
            "start": 873911871,
            "stop": 873911886
        },
        {
            "start": 873911889,
            "stop": 873911961
        },
        {
            "start": 873911964,
            "stop": 873911983
        },
        {
            "start": 873911988,
            "stop": 873912003
        },
        {
            "start": 873912009,
            "stop": 873912017
        },
        {
            "start": 873912020,
            "stop": 873912043
        },
        {
            "start": 873912046,
            "stop": 873912058
        },
        {
            "start": 873912061,
            "stop": 873912076
        },
        {
            "start": 873912079,
            "stop": 873912082
        },
        {
            "start": 873912085,
            "stop": 873912093
        },
        {
            "start": 873912096,
            "stop": 873912098
        },
        {
            "start": 873912101,
            "stop": 873912138
        },
        {
            "start": 873912141,
            "stop": 873912143
        },
        {
            "start": 873912146,
            "stop": 873912149
        },
        {
            "start": 873912153,
            "stop": 873912178
        },
        {
            "start": 873912184,
            "stop": 873912246
        }
    ]
}