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=483
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=484",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=482",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 483,
    "results": [
        {
            "start": 1262275463,
            "stop": 1262275782
        },
        {
            "start": 1262275785,
            "stop": 1262275794
        },
        {
            "start": 1262280765,
            "stop": 1262282518
        },
        {
            "start": 1262282521,
            "stop": 1262283832
        },
        {
            "start": 1262283835,
            "stop": 1262285423
        },
        {
            "start": 1262285426,
            "stop": 1262289984
        },
        {
            "start": 1262289986,
            "stop": 1262290974
        },
        {
            "start": 1262290977,
            "stop": 1262291668
        },
        {
            "start": 1262291671,
            "stop": 1262295836
        },
        {
            "start": 1262295839,
            "stop": 1262296678
        },
        {
            "start": 1262296681,
            "stop": 1262296830
        },
        {
            "start": 1262296831,
            "stop": 1262297980
        },
        {
            "start": 1262297982,
            "stop": 1262298740
        },
        {
            "start": 1262298743,
            "stop": 1262300753
        },
        {
            "start": 1262300756,
            "stop": 1262302651
        },
        {
            "start": 1262302654,
            "stop": 1262304969
        },
        {
            "start": 1262304971,
            "stop": 1262311666
        },
        {
            "start": 1262311669,
            "stop": 1262312002
        },
        {
            "start": 1262312005,
            "stop": 1262312153
        },
        {
            "start": 1262312156,
            "stop": 1262312338
        }
    ]
}