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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=173",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=171",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 172,
    "results": [
        {
            "start": 842056716,
            "stop": 842056758
        },
        {
            "start": 842056910,
            "stop": 842057294
        },
        {
            "start": 842057296,
            "stop": 842057357
        },
        {
            "start": 842057502,
            "stop": 842058243
        },
        {
            "start": 842058338,
            "stop": 842103533
        },
        {
            "start": 842105152,
            "stop": 842108385
        },
        {
            "start": 842138858,
            "stop": 842171400
        },
        {
            "start": 842173580,
            "stop": 842189015
        },
        {
            "start": 842190742,
            "stop": 842199109
        },
        {
            "start": 842204718,
            "stop": 842205156
        },
        {
            "start": 842206488,
            "stop": 842219580
        },
        {
            "start": 842221218,
            "stop": 842236069
        },
        {
            "start": 842236369,
            "stop": 842275714
        },
        {
            "start": 842275967,
            "stop": 842294282
        },
        {
            "start": 842294582,
            "stop": 842295203
        },
        {
            "start": 842295503,
            "stop": 842300576
        },
        {
            "start": 842300579,
            "stop": 842300588
        },
        {
            "start": 842300589,
            "stop": 842303694
        },
        {
            "start": 842305403,
            "stop": 842309435
        },
        {
            "start": 842310421,
            "stop": 842325711
        }
    ]
}