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=228
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=229",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=227",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 228,
    "results": [
        {
            "start": 931162082,
            "stop": 931162084
        },
        {
            "start": 931162085,
            "stop": 931162087
        },
        {
            "start": 931162088,
            "stop": 931162094
        },
        {
            "start": 931162096,
            "stop": 931162098
        },
        {
            "start": 931162100,
            "stop": 931162102
        },
        {
            "start": 931162104,
            "stop": 931162106
        },
        {
            "start": 931162107,
            "stop": 931162111
        },
        {
            "start": 931162112,
            "stop": 931162113
        },
        {
            "start": 931162115,
            "stop": 931162119
        },
        {
            "start": 931162120,
            "stop": 931162122
        },
        {
            "start": 931162124,
            "stop": 931162127
        },
        {
            "start": 931162129,
            "stop": 931162133
        },
        {
            "start": 931162136,
            "stop": 931162138
        },
        {
            "start": 931162140,
            "stop": 931162142
        },
        {
            "start": 931162144,
            "stop": 931162148
        },
        {
            "start": 931162149,
            "stop": 931162154
        },
        {
            "start": 931162155,
            "stop": 931162163
        },
        {
            "start": 931162165,
            "stop": 931162167
        },
        {
            "start": 931162169,
            "stop": 931162171
        },
        {
            "start": 931162172,
            "stop": 931162176
        }
    ]
}