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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=560",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=558",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 559,
    "results": [
        {
            "start": 1262814015,
            "stop": 1262814016
        },
        {
            "start": 1262814019,
            "stop": 1262814046
        },
        {
            "start": 1262814049,
            "stop": 1262814067
        },
        {
            "start": 1262814070,
            "stop": 1262814090
        },
        {
            "start": 1262814093,
            "stop": 1262814101
        },
        {
            "start": 1262814104,
            "stop": 1262814115
        },
        {
            "start": 1262814118,
            "stop": 1262814145
        },
        {
            "start": 1262814148,
            "stop": 1262814161
        },
        {
            "start": 1262814164,
            "stop": 1262814172
        },
        {
            "start": 1262814175,
            "stop": 1262814204
        },
        {
            "start": 1262814207,
            "stop": 1262814212
        },
        {
            "start": 1262814215,
            "stop": 1262814237
        },
        {
            "start": 1262814240,
            "stop": 1262814267
        },
        {
            "start": 1262814270,
            "stop": 1262814363
        },
        {
            "start": 1262814366,
            "stop": 1262814403
        },
        {
            "start": 1262814406,
            "stop": 1262814407
        },
        {
            "start": 1262814410,
            "stop": 1262814493
        },
        {
            "start": 1262814499,
            "stop": 1262814543
        },
        {
            "start": 1262814546,
            "stop": 1262814611
        },
        {
            "start": 1262814614,
            "stop": 1262814628
        }
    ]
}