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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=212",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=210",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 211,
    "results": [
        {
            "start": 1388042897,
            "stop": 1388049708
        },
        {
            "start": 1388049713,
            "stop": 1388050570
        },
        {
            "start": 1388054697,
            "stop": 1388059724
        },
        {
            "start": 1388059727,
            "stop": 1388063684
        },
        {
            "start": 1388063688,
            "stop": 1388089791
        },
        {
            "start": 1388089796,
            "stop": 1388094434
        },
        {
            "start": 1388094439,
            "stop": 1388100735
        },
        {
            "start": 1388100740,
            "stop": 1388101170
        },
        {
            "start": 1388101175,
            "stop": 1388102048
        },
        {
            "start": 1388102053,
            "stop": 1388104325
        },
        {
            "start": 1388104330,
            "stop": 1388107954
        },
        {
            "start": 1388109947,
            "stop": 1388123358
        },
        {
            "start": 1388123363,
            "stop": 1388128924
        },
        {
            "start": 1388148237,
            "stop": 1388159686
        },
        {
            "start": 1388159691,
            "stop": 1388160008
        },
        {
            "start": 1388160013,
            "stop": 1388162339
        },
        {
            "start": 1388162344,
            "stop": 1388165629
        },
        {
            "start": 1388165634,
            "stop": 1388167581
        },
        {
            "start": 1388167586,
            "stop": 1388168595
        },
        {
            "start": 1388172706,
            "stop": 1388175436
        }
    ]
}