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=170
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=171",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=169",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 170,
    "results": [
        {
            "start": 931137246,
            "stop": 931137247
        },
        {
            "start": 931137249,
            "stop": 931137250
        },
        {
            "start": 931137253,
            "stop": 931137254
        },
        {
            "start": 931137259,
            "stop": 931137260
        },
        {
            "start": 931137261,
            "stop": 931137267
        },
        {
            "start": 931137268,
            "stop": 931137273
        },
        {
            "start": 931137275,
            "stop": 931137281
        },
        {
            "start": 931137283,
            "stop": 931137286
        },
        {
            "start": 931137287,
            "stop": 931137288
        },
        {
            "start": 931137290,
            "stop": 931137292
        },
        {
            "start": 931137293,
            "stop": 931137296
        },
        {
            "start": 931137305,
            "stop": 931137306
        },
        {
            "start": 931137309,
            "stop": 931137312
        },
        {
            "start": 931137315,
            "stop": 931137318
        },
        {
            "start": 931137323,
            "stop": 931137324
        },
        {
            "start": 931137325,
            "stop": 931137326
        },
        {
            "start": 931137327,
            "stop": 931137329
        },
        {
            "start": 931137330,
            "stop": 931137332
        },
        {
            "start": 931137334,
            "stop": 931137339
        },
        {
            "start": 931137341,
            "stop": 931137346
        }
    ]
}