Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=354
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=355",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=353",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 354,
    "results": [
        {
            "start": 954150641,
            "stop": 954159218
        },
        {
            "start": 954168933,
            "stop": 954174251
        },
        {
            "start": 954181771,
            "stop": 954183799
        },
        {
            "start": 954183830,
            "stop": 954183903
        },
        {
            "start": 954183913,
            "stop": 954184859
        },
        {
            "start": 954186170,
            "stop": 954192129
        },
        {
            "start": 954192430,
            "stop": 954198559
        },
        {
            "start": 954199957,
            "stop": 954204750
        },
        {
            "start": 954204757,
            "stop": 954227332
        },
        {
            "start": 954227339,
            "stop": 954235286
        },
        {
            "start": 954238847,
            "stop": 954245604
        },
        {
            "start": 954248876,
            "stop": 954252506
        },
        {
            "start": 954258949,
            "stop": 954267109
        },
        {
            "start": 954268966,
            "stop": 954269918
        },
        {
            "start": 954272921,
            "stop": 954278132
        },
        {
            "start": 954280782,
            "stop": 954283568
        },
        {
            "start": 954308412,
            "stop": 954308747
        },
        {
            "start": 954311077,
            "stop": 954314013
        },
        {
            "start": 954323268,
            "stop": 954342892
        },
        {
            "start": 954345357,
            "stop": 954354245
        }
    ]
}