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=214
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=215",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=213",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 214,
    "results": [
        {
            "start": 1259254728,
            "stop": 1259254792
        },
        {
            "start": 1259254798,
            "stop": 1259254808
        },
        {
            "start": 1259254811,
            "stop": 1259254838
        },
        {
            "start": 1259254841,
            "stop": 1259254844
        },
        {
            "start": 1259254847,
            "stop": 1259254848
        },
        {
            "start": 1259254854,
            "stop": 1259254857
        },
        {
            "start": 1259254860,
            "stop": 1259254952
        },
        {
            "start": 1259254955,
            "stop": 1259254958
        },
        {
            "start": 1259254961,
            "stop": 1259255057
        },
        {
            "start": 1259255060,
            "stop": 1259255191
        },
        {
            "start": 1259255194,
            "stop": 1259255230
        },
        {
            "start": 1259255233,
            "stop": 1259255292
        },
        {
            "start": 1259255295,
            "stop": 1259255317
        },
        {
            "start": 1259255322,
            "stop": 1259255323
        },
        {
            "start": 1259255326,
            "stop": 1259255329
        },
        {
            "start": 1259255335,
            "stop": 1259255354
        },
        {
            "start": 1259255357,
            "stop": 1259255360
        },
        {
            "start": 1259255363,
            "stop": 1259255448
        },
        {
            "start": 1259255457,
            "stop": 1259255646
        },
        {
            "start": 1259255649,
            "stop": 1259255653
        }
    ]
}