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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=277",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=275",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 276,
    "results": [
        {
            "start": 821802089,
            "stop": 821802182
        },
        {
            "start": 821802187,
            "stop": 821802212
        },
        {
            "start": 821802217,
            "stop": 821802224
        },
        {
            "start": 821802229,
            "stop": 821802445
        },
        {
            "start": 821802452,
            "stop": 821802507
        },
        {
            "start": 821802513,
            "stop": 821802564
        },
        {
            "start": 821802575,
            "stop": 821802639
        },
        {
            "start": 821802655,
            "stop": 821802715
        },
        {
            "start": 821802720,
            "stop": 821802825
        },
        {
            "start": 821802830,
            "stop": 821802875
        },
        {
            "start": 821802880,
            "stop": 821802910
        },
        {
            "start": 821802932,
            "stop": 821802944
        },
        {
            "start": 821802956,
            "stop": 821802998
        },
        {
            "start": 821803004,
            "stop": 821803066
        },
        {
            "start": 821803071,
            "stop": 821803081
        },
        {
            "start": 821803095,
            "stop": 821803151
        },
        {
            "start": 821803156,
            "stop": 821803237
        },
        {
            "start": 821803242,
            "stop": 821803279
        },
        {
            "start": 821803284,
            "stop": 821803309
        },
        {
            "start": 821803314,
            "stop": 821803348
        }
    ]
}