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=238
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=239",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=237",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 238,
    "results": [
        {
            "start": 931163223,
            "stop": 931163230
        },
        {
            "start": 931163231,
            "stop": 931163233
        },
        {
            "start": 931163236,
            "stop": 931163238
        },
        {
            "start": 931163239,
            "stop": 931163250
        },
        {
            "start": 931163255,
            "stop": 931163256
        },
        {
            "start": 931163259,
            "stop": 931163261
        },
        {
            "start": 931163262,
            "stop": 931163266
        },
        {
            "start": 931163269,
            "stop": 931163270
        },
        {
            "start": 931163275,
            "stop": 931163278
        },
        {
            "start": 931163279,
            "stop": 931163280
        },
        {
            "start": 931163282,
            "stop": 931163283
        },
        {
            "start": 931163284,
            "stop": 931163287
        },
        {
            "start": 931163291,
            "stop": 931163295
        },
        {
            "start": 931163296,
            "stop": 931163297
        },
        {
            "start": 931163298,
            "stop": 931163299
        },
        {
            "start": 931163300,
            "stop": 931163304
        },
        {
            "start": 931163306,
            "stop": 931163308
        },
        {
            "start": 931163311,
            "stop": 931163313
        },
        {
            "start": 931163314,
            "stop": 931163316
        },
        {
            "start": 931163317,
            "stop": 931163319
        }
    ]
}