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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=57",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 58,
    "results": [
        {
            "start": 944149279,
            "stop": 944149708
        },
        {
            "start": 944151430,
            "stop": 944156069
        },
        {
            "start": 944158285,
            "stop": 944168029
        },
        {
            "start": 944169218,
            "stop": 944174083
        },
        {
            "start": 944176415,
            "stop": 944177597
        },
        {
            "start": 944178491,
            "stop": 944178945
        },
        {
            "start": 944180043,
            "stop": 944181606
        },
        {
            "start": 944186658,
            "stop": 944187732
        },
        {
            "start": 944190327,
            "stop": 944190838
        },
        {
            "start": 944191754,
            "stop": 944194035
        },
        {
            "start": 944194981,
            "stop": 944195060
        },
        {
            "start": 944196059,
            "stop": 944196205
        },
        {
            "start": 944197199,
            "stop": 944197779
        },
        {
            "start": 944198792,
            "stop": 944199627
        },
        {
            "start": 944200359,
            "stop": 944202582
        },
        {
            "start": 944206059,
            "stop": 944207144
        },
        {
            "start": 944210389,
            "stop": 944213713
        },
        {
            "start": 944215060,
            "stop": 944215761
        },
        {
            "start": 944217539,
            "stop": 944219913
        },
        {
            "start": 944226836,
            "stop": 944227006
        }
    ]
}