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=137
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=138",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=136",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 137,
    "results": [
        {
            "start": 932010790,
            "stop": 932010872
        },
        {
            "start": 932010874,
            "stop": 932010890
        },
        {
            "start": 932010892,
            "stop": 932010901
        },
        {
            "start": 932010904,
            "stop": 932011030
        },
        {
            "start": 932011090,
            "stop": 932011099
        },
        {
            "start": 932014810,
            "stop": 932014815
        },
        {
            "start": 932015175,
            "stop": 932015206
        },
        {
            "start": 932015209,
            "stop": 932015210
        },
        {
            "start": 932015221,
            "stop": 932015258
        },
        {
            "start": 932015264,
            "stop": 932015350
        },
        {
            "start": 932015410,
            "stop": 932015427
        },
        {
            "start": 932015433,
            "stop": 932015459
        },
        {
            "start": 932017980,
            "stop": 932018415
        },
        {
            "start": 932018775,
            "stop": 932020450
        },
        {
            "start": 932020510,
            "stop": 932020680
        },
        {
            "start": 932021280,
            "stop": 932021530
        },
        {
            "start": 932021590,
            "stop": 932021762
        },
        {
            "start": 932021764,
            "stop": 932022015
        },
        {
            "start": 932022375,
            "stop": 932022694
        },
        {
            "start": 932022696,
            "stop": 932024295
        }
    ]
}