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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33259",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33257",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33258,
    "results": [
        {
            "start": 970991163,
            "stop": 970991166
        },
        {
            "start": 970991167,
            "stop": 970991185
        },
        {
            "start": 970991186,
            "stop": 970991205
        },
        {
            "start": 970991206,
            "stop": 970991211
        },
        {
            "start": 970991212,
            "stop": 970991237
        },
        {
            "start": 970991240,
            "stop": 970991243
        },
        {
            "start": 970991246,
            "stop": 970991258
        },
        {
            "start": 970991259,
            "stop": 970991266
        },
        {
            "start": 970991272,
            "stop": 970991276
        },
        {
            "start": 970991279,
            "stop": 970991310
        },
        {
            "start": 970991311,
            "stop": 970991316
        },
        {
            "start": 970991317,
            "stop": 970991355
        },
        {
            "start": 970991357,
            "stop": 970991367
        },
        {
            "start": 970991370,
            "stop": 970991381
        },
        {
            "start": 970991382,
            "stop": 970991399
        },
        {
            "start": 970991400,
            "stop": 970991422
        },
        {
            "start": 970991424,
            "stop": 970991433
        },
        {
            "start": 970991435,
            "stop": 970991447
        },
        {
            "start": 970991448,
            "stop": 970991461
        },
        {
            "start": 970991462,
            "stop": 970991468
        }
    ]
}