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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=235",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=233",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 234,
    "results": [
        {
            "start": 931538713,
            "stop": 931538715
        },
        {
            "start": 931538717,
            "stop": 931538719
        },
        {
            "start": 931538721,
            "stop": 931538722
        },
        {
            "start": 931538725,
            "stop": 931538729
        },
        {
            "start": 931538731,
            "stop": 931538740
        },
        {
            "start": 931538741,
            "stop": 931538749
        },
        {
            "start": 931538755,
            "stop": 931538766
        },
        {
            "start": 931538770,
            "stop": 931538771
        },
        {
            "start": 931538773,
            "stop": 931538776
        },
        {
            "start": 931538778,
            "stop": 931538786
        },
        {
            "start": 931538789,
            "stop": 931538794
        },
        {
            "start": 931538796,
            "stop": 931538797
        },
        {
            "start": 931538798,
            "stop": 931538799
        },
        {
            "start": 931538818,
            "stop": 931538823
        },
        {
            "start": 931538825,
            "stop": 931538827
        },
        {
            "start": 931538828,
            "stop": 931538852
        },
        {
            "start": 931538857,
            "stop": 931538871
        },
        {
            "start": 931538873,
            "stop": 931538876
        },
        {
            "start": 931538878,
            "stop": 931538895
        },
        {
            "start": 931538896,
            "stop": 931538900
        }
    ]
}