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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=233",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=231",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 232,
    "results": [
        {
            "start": 1259283108,
            "stop": 1259283164
        },
        {
            "start": 1259283166,
            "stop": 1259283173
        },
        {
            "start": 1259283176,
            "stop": 1259283183
        },
        {
            "start": 1259283186,
            "stop": 1259283222
        },
        {
            "start": 1259283237,
            "stop": 1259283279
        },
        {
            "start": 1259283285,
            "stop": 1259283291
        },
        {
            "start": 1259283294,
            "stop": 1259283320
        },
        {
            "start": 1259283329,
            "stop": 1259283367
        },
        {
            "start": 1259283370,
            "stop": 1259283377
        },
        {
            "start": 1259283383,
            "stop": 1259283458
        },
        {
            "start": 1259283461,
            "stop": 1259283473
        },
        {
            "start": 1259283491,
            "stop": 1259283492
        },
        {
            "start": 1259283495,
            "stop": 1259283557
        },
        {
            "start": 1259283560,
            "stop": 1259283566
        },
        {
            "start": 1259283575,
            "stop": 1259283729
        },
        {
            "start": 1259283732,
            "stop": 1259283742
        },
        {
            "start": 1259283745,
            "stop": 1259283839
        },
        {
            "start": 1259283842,
            "stop": 1259283913
        },
        {
            "start": 1259283916,
            "stop": 1259283999
        },
        {
            "start": 1259284002,
            "stop": 1259284017
        }
    ]
}