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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=144",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=142",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 143,
    "results": [
        {
            "start": 954099305,
            "stop": 954101764
        },
        {
            "start": 954103128,
            "stop": 954109990
        },
        {
            "start": 954110001,
            "stop": 954113352
        },
        {
            "start": 954114426,
            "stop": 954145308
        },
        {
            "start": 954150216,
            "stop": 954150267
        },
        {
            "start": 954150641,
            "stop": 954159113
        },
        {
            "start": 954168933,
            "stop": 954174150
        },
        {
            "start": 954181771,
            "stop": 954183799
        },
        {
            "start": 954183830,
            "stop": 954183903
        },
        {
            "start": 954183913,
            "stop": 954184754
        },
        {
            "start": 954186170,
            "stop": 954187210
        },
        {
            "start": 954187213,
            "stop": 954187960
        },
        {
            "start": 954187975,
            "stop": 954192129
        },
        {
            "start": 954192430,
            "stop": 954198559
        },
        {
            "start": 954199957,
            "stop": 954235181
        },
        {
            "start": 954238847,
            "stop": 954245499
        },
        {
            "start": 954248876,
            "stop": 954252401
        },
        {
            "start": 954258949,
            "stop": 954267004
        },
        {
            "start": 954268966,
            "stop": 954269813
        },
        {
            "start": 954272921,
            "stop": 954278027
        }
    ]
}