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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=413",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=411",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 412,
    "results": [
        {
            "start": 939204965,
            "stop": 939214476
        },
        {
            "start": 939216429,
            "stop": 939222816
        },
        {
            "start": 939222818,
            "stop": 939223972
        },
        {
            "start": 939223974,
            "stop": 939238628
        },
        {
            "start": 939244085,
            "stop": 939245642
        },
        {
            "start": 939247480,
            "stop": 939262930
        },
        {
            "start": 939264557,
            "stop": 939281602
        },
        {
            "start": 939283490,
            "stop": 939287000
        },
        {
            "start": 939287400,
            "stop": 939312241
        },
        {
            "start": 939323481,
            "stop": 939323860
        },
        {
            "start": 939323862,
            "stop": 939332406
        },
        {
            "start": 939332407,
            "stop": 939334692
        },
        {
            "start": 939343507,
            "stop": 939353735
        },
        {
            "start": 939358229,
            "stop": 939376224
        },
        {
            "start": 939378243,
            "stop": 939384753
        },
        {
            "start": 939387672,
            "stop": 939389237
        },
        {
            "start": 939389239,
            "stop": 939389256
        },
        {
            "start": 939389258,
            "stop": 939389354
        },
        {
            "start": 939393520,
            "stop": 939395352
        },
        {
            "start": 939397000,
            "stop": 939399323
        }
    ]
}