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=93
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=94",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=92",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 93,
    "results": [
        {
            "start": 827239912,
            "stop": 827247607
        },
        {
            "start": 827247907,
            "stop": 827250132
        },
        {
            "start": 827250242,
            "stop": 827250319
        },
        {
            "start": 827250619,
            "stop": 827250709
        },
        {
            "start": 827251009,
            "stop": 827251045
        },
        {
            "start": 827251386,
            "stop": 827255692
        },
        {
            "start": 827255802,
            "stop": 827255862
        },
        {
            "start": 827256162,
            "stop": 827260242
        },
        {
            "start": 827260346,
            "stop": 827267500
        },
        {
            "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
        }
    ]
}