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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=110",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=108",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 109,
    "results": [
        {
            "start": 827269402,
            "stop": 827274917
        },
        {
            "start": 827275217,
            "stop": 827277334
        },
        {
            "start": 827277444,
            "stop": 827278422
        },
        {
            "start": 827278880,
            "stop": 827291605
        },
        {
            "start": 827295526,
            "stop": 827352683
        },
        {
            "start": 827357728,
            "stop": 827364347
        },
        {
            "start": 827364457,
            "stop": 827364546
        },
        {
            "start": 827364846,
            "stop": 827366216
        },
        {
            "start": 827366326,
            "stop": 827366414
        },
        {
            "start": 827366714,
            "stop": 827369423
        },
        {
            "start": 827369533,
            "stop": 827369610
        },
        {
            "start": 827369910,
            "stop": 827370466
        },
        {
            "start": 827370772,
            "stop": 827373600
        },
        {
            "start": 827373959,
            "stop": 827375189
        },
        {
            "start": 827375299,
            "stop": 827375730
        },
        {
            "start": 827376030,
            "stop": 827378591
        },
        {
            "start": 827378701,
            "stop": 827379603
        },
        {
            "start": 827379903,
            "stop": 827385379
        },
        {
            "start": 827385679,
            "stop": 827386041
        },
        {
            "start": 827386341,
            "stop": 827409185
        }
    ]
}