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=581
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=582",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=580",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 581,
    "results": [
        {
            "start": 1262910719,
            "stop": 1262910752
        },
        {
            "start": 1262910755,
            "stop": 1262910756
        },
        {
            "start": 1262910759,
            "stop": 1262910777
        },
        {
            "start": 1262910780,
            "stop": 1262910801
        },
        {
            "start": 1262910804,
            "stop": 1262910815
        },
        {
            "start": 1262910818,
            "stop": 1262910843
        },
        {
            "start": 1262910846,
            "stop": 1262910858
        },
        {
            "start": 1262910861,
            "stop": 1262910868
        },
        {
            "start": 1262910871,
            "stop": 1262910910
        },
        {
            "start": 1262910916,
            "stop": 1262910992
        },
        {
            "start": 1262910995,
            "stop": 1262911013
        },
        {
            "start": 1262911016,
            "stop": 1262911065
        },
        {
            "start": 1262911068,
            "stop": 1262911173
        },
        {
            "start": 1262911179,
            "stop": 1262911201
        },
        {
            "start": 1262911207,
            "stop": 1262911277
        },
        {
            "start": 1262911280,
            "stop": 1262911308
        },
        {
            "start": 1262911311,
            "stop": 1262911365
        },
        {
            "start": 1262911368,
            "stop": 1262911374
        },
        {
            "start": 1262911377,
            "stop": 1262911454
        },
        {
            "start": 1262911457,
            "stop": 1262911524
        }
    ]
}