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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6351",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6349",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6350,
    "results": [
        {
            "start": 873436179,
            "stop": 873436186
        },
        {
            "start": 873436187,
            "stop": 873436195
        },
        {
            "start": 873436201,
            "stop": 873436208
        },
        {
            "start": 873436212,
            "stop": 873436219
        },
        {
            "start": 873436220,
            "stop": 873436230
        },
        {
            "start": 873436233,
            "stop": 873436240
        },
        {
            "start": 873436244,
            "stop": 873436252
        },
        {
            "start": 873436253,
            "stop": 873436265
        },
        {
            "start": 873436267,
            "stop": 873436272
        },
        {
            "start": 873436276,
            "stop": 873436284
        },
        {
            "start": 873436288,
            "stop": 873436297
        },
        {
            "start": 873436299,
            "stop": 873436308
        },
        {
            "start": 873437883,
            "stop": 873438121
        },
        {
            "start": 873438122,
            "stop": 873438162
        },
        {
            "start": 873438163,
            "stop": 873438488
        },
        {
            "start": 873438489,
            "stop": 873438823
        },
        {
            "start": 873438824,
            "stop": 873439119
        },
        {
            "start": 873439120,
            "stop": 873439172
        },
        {
            "start": 873439173,
            "stop": 873439653
        },
        {
            "start": 873439654,
            "stop": 873440472
        }
    ]
}