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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=220",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=218",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 219,
    "results": [
        {
            "start": 841689499,
            "stop": 841691402
        },
        {
            "start": 841691702,
            "stop": 841705499
        },
        {
            "start": 841705502,
            "stop": 841706253
        },
        {
            "start": 841706256,
            "stop": 841713094
        },
        {
            "start": 841713337,
            "stop": 841762913
        },
        {
            "start": 841762915,
            "stop": 841764561
        },
        {
            "start": 841764841,
            "stop": 841767359
        },
        {
            "start": 841767659,
            "stop": 841768813
        },
        {
            "start": 841768815,
            "stop": 841768816
        },
        {
            "start": 841769699,
            "stop": 841777313
        },
        {
            "start": 841777613,
            "stop": 841781559
        },
        {
            "start": 841782112,
            "stop": 841792427
        },
        {
            "start": 841793894,
            "stop": 841811319
        },
        {
            "start": 841811800,
            "stop": 841827741
        },
        {
            "start": 841828326,
            "stop": 841863811
        },
        {
            "start": 841864111,
            "stop": 841921926
        },
        {
            "start": 841923750,
            "stop": 841930040
        },
        {
            "start": 841960616,
            "stop": 841960760
        },
        {
            "start": 841961060,
            "stop": 841961210
        },
        {
            "start": 841961510,
            "stop": 841962357
        }
    ]
}