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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3571",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3569",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3570,
    "results": [
        {
            "start": 970400116,
            "stop": 970400121
        },
        {
            "start": 970400129,
            "stop": 970400134
        },
        {
            "start": 970400147,
            "stop": 970400172
        },
        {
            "start": 970400188,
            "stop": 970400192
        },
        {
            "start": 970400201,
            "stop": 970400202
        },
        {
            "start": 970400221,
            "stop": 970400240
        },
        {
            "start": 970400243,
            "stop": 970400264
        },
        {
            "start": 970400267,
            "stop": 970400385
        },
        {
            "start": 970400388,
            "stop": 970400394
        },
        {
            "start": 970400397,
            "stop": 970400401
        },
        {
            "start": 970400404,
            "stop": 970400454
        },
        {
            "start": 970400457,
            "stop": 970400466
        },
        {
            "start": 970400469,
            "stop": 970400487
        },
        {
            "start": 970400488,
            "stop": 970400521
        },
        {
            "start": 970400524,
            "stop": 970400525
        },
        {
            "start": 970400528,
            "stop": 970400547
        },
        {
            "start": 970400552,
            "stop": 970400567
        },
        {
            "start": 970400570,
            "stop": 970400745
        },
        {
            "start": 970400748,
            "stop": 970400761
        },
        {
            "start": 970400764,
            "stop": 970400781
        }
    ]
}