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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=268",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=266",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 267,
    "results": [
        {
            "start": 818231954,
            "stop": 818231956
        },
        {
            "start": 818231974,
            "stop": 818231978
        },
        {
            "start": 818231983,
            "stop": 818231988
        },
        {
            "start": 818231997,
            "stop": 818232007
        },
        {
            "start": 818232015,
            "stop": 818232019
        },
        {
            "start": 818232031,
            "stop": 818232032
        },
        {
            "start": 818232061,
            "stop": 818232062
        },
        {
            "start": 818232068,
            "stop": 818232073
        },
        {
            "start": 818232081,
            "stop": 818232082
        },
        {
            "start": 818232087,
            "stop": 818232089
        },
        {
            "start": 818232094,
            "stop": 818232095
        },
        {
            "start": 818232106,
            "stop": 818232108
        },
        {
            "start": 818232115,
            "stop": 818232122
        },
        {
            "start": 818232126,
            "stop": 818232128
        },
        {
            "start": 818232136,
            "stop": 818232137
        },
        {
            "start": 818232183,
            "stop": 818232187
        },
        {
            "start": 818232202,
            "stop": 818232206
        },
        {
            "start": 818232211,
            "stop": 818232217
        },
        {
            "start": 818232232,
            "stop": 818232235
        },
        {
            "start": 818232238,
            "stop": 818232243
        }
    ]
}