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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=317",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=315",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 316,
    "results": [
        {
            "start": 1180990678,
            "stop": 1180991575
        },
        {
            "start": 1180991578,
            "stop": 1180991585
        },
        {
            "start": 1180991588,
            "stop": 1180991617
        },
        {
            "start": 1180991618,
            "stop": 1180993799
        },
        {
            "start": 1180993803,
            "stop": 1180995428
        },
        {
            "start": 1180998098,
            "stop": 1180998816
        },
        {
            "start": 1180998819,
            "stop": 1180998882
        },
        {
            "start": 1180998883,
            "stop": 1180998890
        },
        {
            "start": 1180998891,
            "stop": 1180999132
        },
        {
            "start": 1180999135,
            "stop": 1180999216
        },
        {
            "start": 1180999218,
            "stop": 1180999223
        },
        {
            "start": 1180999226,
            "stop": 1180999298
        },
        {
            "start": 1180999299,
            "stop": 1180999300
        },
        {
            "start": 1180999302,
            "stop": 1180999764
        },
        {
            "start": 1180999767,
            "stop": 1181000436
        },
        {
            "start": 1181000440,
            "stop": 1181001751
        },
        {
            "start": 1181001753,
            "stop": 1181002105
        },
        {
            "start": 1181002108,
            "stop": 1181002399
        },
        {
            "start": 1181002400,
            "stop": 1181002853
        },
        {
            "start": 1181002854,
            "stop": 1181005473
        }
    ]
}