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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=211",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=209",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 210,
    "results": [
        {
            "start": 931153137,
            "stop": 931153141
        },
        {
            "start": 931153142,
            "stop": 931153143
        },
        {
            "start": 931153144,
            "stop": 931153148
        },
        {
            "start": 931153154,
            "stop": 931153155
        },
        {
            "start": 931153156,
            "stop": 931153160
        },
        {
            "start": 931153161,
            "stop": 931153162
        },
        {
            "start": 931153165,
            "stop": 931153166
        },
        {
            "start": 931153174,
            "stop": 931153178
        },
        {
            "start": 931153180,
            "stop": 931153181
        },
        {
            "start": 931153182,
            "stop": 931153184
        },
        {
            "start": 931153185,
            "stop": 931153186
        },
        {
            "start": 931153187,
            "stop": 931153192
        },
        {
            "start": 931153196,
            "stop": 931153198
        },
        {
            "start": 931153199,
            "stop": 931153209
        },
        {
            "start": 931153211,
            "stop": 931153219
        },
        {
            "start": 931153220,
            "stop": 931153224
        },
        {
            "start": 931153225,
            "stop": 931153226
        },
        {
            "start": 931153227,
            "stop": 931153228
        },
        {
            "start": 931153229,
            "stop": 931153232
        },
        {
            "start": 931153233,
            "stop": 931153236
        }
    ]
}