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=357
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=358",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=356",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 357,
    "results": [
        {
            "start": 1260772866,
            "stop": 1260773592
        },
        {
            "start": 1260773595,
            "stop": 1260775633
        },
        {
            "start": 1260775636,
            "stop": 1260775740
        },
        {
            "start": 1260775748,
            "stop": 1260778141
        },
        {
            "start": 1260778144,
            "stop": 1260778525
        },
        {
            "start": 1260778528,
            "stop": 1260778647
        },
        {
            "start": 1260778650,
            "stop": 1260779809
        },
        {
            "start": 1260779812,
            "stop": 1260781710
        },
        {
            "start": 1260781713,
            "stop": 1260783162
        },
        {
            "start": 1260783165,
            "stop": 1260783760
        },
        {
            "start": 1260783768,
            "stop": 1260785195
        },
        {
            "start": 1260785198,
            "stop": 1260788546
        },
        {
            "start": 1260788549,
            "stop": 1260788836
        },
        {
            "start": 1260788839,
            "stop": 1260792224
        },
        {
            "start": 1260792227,
            "stop": 1260792327
        },
        {
            "start": 1260792328,
            "stop": 1260794955
        },
        {
            "start": 1260794958,
            "stop": 1260800386
        },
        {
            "start": 1260800388,
            "stop": 1260801308
        },
        {
            "start": 1260801311,
            "stop": 1260806069
        },
        {
            "start": 1260806072,
            "stop": 1260806772
        }
    ]
}