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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8049",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8047",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8048,
    "results": [
        {
            "start": 970424090,
            "stop": 970424112
        },
        {
            "start": 970424122,
            "stop": 970424123
        },
        {
            "start": 970424126,
            "stop": 970424128
        },
        {
            "start": 970424131,
            "stop": 970424203
        },
        {
            "start": 970424206,
            "stop": 970424215
        },
        {
            "start": 970424218,
            "stop": 970424227
        },
        {
            "start": 970424230,
            "stop": 970424261
        },
        {
            "start": 970424264,
            "stop": 970424297
        },
        {
            "start": 970424300,
            "stop": 970424314
        },
        {
            "start": 970424331,
            "stop": 970424332
        },
        {
            "start": 970424345,
            "stop": 970424346
        },
        {
            "start": 970424360,
            "stop": 970424365
        },
        {
            "start": 970424368,
            "stop": 970424380
        },
        {
            "start": 970424383,
            "stop": 970424389
        },
        {
            "start": 970424392,
            "stop": 970424401
        },
        {
            "start": 970424404,
            "stop": 970424425
        },
        {
            "start": 970424430,
            "stop": 970424503
        },
        {
            "start": 970424506,
            "stop": 970424513
        },
        {
            "start": 970424516,
            "stop": 970424587
        },
        {
            "start": 970424590,
            "stop": 970424591
        }
    ]
}