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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=289",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=287",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 288,
    "results": [
        {
            "start": 1240351003,
            "stop": 1240351062
        },
        {
            "start": 1240351064,
            "stop": 1240351106
        },
        {
            "start": 1240351107,
            "stop": 1240351109
        },
        {
            "start": 1240351110,
            "stop": 1240351245
        },
        {
            "start": 1240351246,
            "stop": 1240351251
        },
        {
            "start": 1240351252,
            "stop": 1240351281
        },
        {
            "start": 1240351282,
            "stop": 1240351300
        },
        {
            "start": 1240351302,
            "stop": 1240351354
        },
        {
            "start": 1240351355,
            "stop": 1240351356
        },
        {
            "start": 1240351357,
            "stop": 1240351411
        },
        {
            "start": 1240351412,
            "stop": 1240351525
        },
        {
            "start": 1240351528,
            "stop": 1240351568
        },
        {
            "start": 1240351569,
            "stop": 1240351610
        },
        {
            "start": 1240351611,
            "stop": 1240351614
        },
        {
            "start": 1240351615,
            "stop": 1240351765
        },
        {
            "start": 1240351766,
            "stop": 1240351769
        },
        {
            "start": 1240351770,
            "stop": 1240351796
        },
        {
            "start": 1240351798,
            "stop": 1240351863
        },
        {
            "start": 1240351864,
            "stop": 1240351868
        },
        {
            "start": 1240351869,
            "stop": 1240352161
        }
    ]
}