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=347
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=348",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=346",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 347,
    "results": [
        {
            "start": 952603580,
            "stop": 952614820
        },
        {
            "start": 952617757,
            "stop": 952620905
        },
        {
            "start": 952620912,
            "stop": 952641055
        },
        {
            "start": 952643611,
            "stop": 952657464
        },
        {
            "start": 952675980,
            "stop": 952682495
        },
        {
            "start": 952684948,
            "stop": 952685196
        },
        {
            "start": 952685203,
            "stop": 952691990
        },
        {
            "start": 952695103,
            "stop": 952696979
        },
        {
            "start": 952696986,
            "stop": 952699200
        },
        {
            "start": 952727308,
            "stop": 952732079
        },
        {
            "start": 952733312,
            "stop": 952737917
        },
        {
            "start": 952740079,
            "stop": 952742119
        },
        {
            "start": 952747367,
            "stop": 952754512
        },
        {
            "start": 952756478,
            "stop": 952765959
        },
        {
            "start": 952772215,
            "stop": 952772347
        },
        {
            "start": 952776306,
            "stop": 952778229
        },
        {
            "start": 952807342,
            "stop": 952813485
        },
        {
            "start": 952813491,
            "stop": 952817758
        },
        {
            "start": 952817764,
            "stop": 952821892
        },
        {
            "start": 952823743,
            "stop": 952825865
        }
    ]
}