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=116
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=117",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=115",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 116,
    "results": [
        {
            "start": 931094085,
            "stop": 931094088
        },
        {
            "start": 931094090,
            "stop": 931094093
        },
        {
            "start": 931094095,
            "stop": 931094100
        },
        {
            "start": 931094102,
            "stop": 931094106
        },
        {
            "start": 931094107,
            "stop": 931094109
        },
        {
            "start": 931094111,
            "stop": 931094113
        },
        {
            "start": 931094116,
            "stop": 931094125
        },
        {
            "start": 931094126,
            "stop": 931094128
        },
        {
            "start": 931094129,
            "stop": 931094130
        },
        {
            "start": 931094132,
            "stop": 931094133
        },
        {
            "start": 931094134,
            "stop": 931094135
        },
        {
            "start": 931094136,
            "stop": 931094138
        },
        {
            "start": 931094139,
            "stop": 931094140
        },
        {
            "start": 931094145,
            "stop": 931094149
        },
        {
            "start": 931094153,
            "stop": 931094154
        },
        {
            "start": 931094156,
            "stop": 931094159
        },
        {
            "start": 931094160,
            "stop": 931094172
        },
        {
            "start": 931094173,
            "stop": 931094178
        },
        {
            "start": 931094179,
            "stop": 931094180
        },
        {
            "start": 931094183,
            "stop": 931094185
        }
    ]
}