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=169
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=170",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=168",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 169,
    "results": [
        {
            "start": 931137137,
            "stop": 931137139
        },
        {
            "start": 931137141,
            "stop": 931137142
        },
        {
            "start": 931137144,
            "stop": 931137145
        },
        {
            "start": 931137146,
            "stop": 931137149
        },
        {
            "start": 931137151,
            "stop": 931137153
        },
        {
            "start": 931137156,
            "stop": 931137159
        },
        {
            "start": 931137160,
            "stop": 931137161
        },
        {
            "start": 931137163,
            "stop": 931137164
        },
        {
            "start": 931137169,
            "stop": 931137173
        },
        {
            "start": 931137183,
            "stop": 931137187
        },
        {
            "start": 931137188,
            "stop": 931137189
        },
        {
            "start": 931137191,
            "stop": 931137192
        },
        {
            "start": 931137193,
            "stop": 931137196
        },
        {
            "start": 931137205,
            "stop": 931137213
        },
        {
            "start": 931137216,
            "stop": 931137219
        },
        {
            "start": 931137220,
            "stop": 931137226
        },
        {
            "start": 931137230,
            "stop": 931137231
        },
        {
            "start": 931137234,
            "stop": 931137235
        },
        {
            "start": 931137239,
            "stop": 931137242
        },
        {
            "start": 931137243,
            "stop": 931137244
        }
    ]
}