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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=269",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=267",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 268,
    "results": [
        {
            "start": 1178215400,
            "stop": 1178215908
        },
        {
            "start": 1178215910,
            "stop": 1178215922
        },
        {
            "start": 1178215926,
            "stop": 1178215927
        },
        {
            "start": 1178215930,
            "stop": 1178217385
        },
        {
            "start": 1178217386,
            "stop": 1178217655
        },
        {
            "start": 1178217656,
            "stop": 1178217833
        },
        {
            "start": 1178217834,
            "stop": 1178217879
        },
        {
            "start": 1178217880,
            "stop": 1178217983
        },
        {
            "start": 1178217984,
            "stop": 1178218040
        },
        {
            "start": 1178218042,
            "stop": 1178218044
        },
        {
            "start": 1178218045,
            "stop": 1178218058
        },
        {
            "start": 1178218063,
            "stop": 1178218256
        },
        {
            "start": 1178218259,
            "stop": 1178218261
        },
        {
            "start": 1178218263,
            "stop": 1178218285
        },
        {
            "start": 1178218286,
            "stop": 1178218426
        },
        {
            "start": 1178218427,
            "stop": 1178218716
        },
        {
            "start": 1178218717,
            "stop": 1178218725
        },
        {
            "start": 1178218726,
            "stop": 1178227438
        },
        {
            "start": 1178227441,
            "stop": 1178227456
        },
        {
            "start": 1178227457,
            "stop": 1178236957
        }
    ]
}