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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=249",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=247",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 248,
    "results": [
        {
            "start": 821642623,
            "stop": 821642626
        },
        {
            "start": 821642630,
            "stop": 821642732
        },
        {
            "start": 821642735,
            "stop": 821643001
        },
        {
            "start": 821643005,
            "stop": 821643120
        },
        {
            "start": 821643180,
            "stop": 821643242
        },
        {
            "start": 821643245,
            "stop": 821643615
        },
        {
            "start": 821643619,
            "stop": 821644224
        },
        {
            "start": 821644227,
            "stop": 821644384
        },
        {
            "start": 821644388,
            "stop": 821644680
        },
        {
            "start": 821644683,
            "stop": 821644938
        },
        {
            "start": 821644941,
            "stop": 821644967
        },
        {
            "start": 821644971,
            "stop": 821645236
        },
        {
            "start": 821645240,
            "stop": 821645279
        },
        {
            "start": 821645282,
            "stop": 821645285
        },
        {
            "start": 821645289,
            "stop": 821645313
        },
        {
            "start": 821645316,
            "stop": 821645810
        },
        {
            "start": 821645814,
            "stop": 821645848
        },
        {
            "start": 821645851,
            "stop": 821646132
        },
        {
            "start": 821646135,
            "stop": 821646372
        },
        {
            "start": 821646375,
            "stop": 821646951
        }
    ]
}