Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=529
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=530",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=528",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 529,
    "results": [
        {
            "start": 828366755,
            "stop": 828366852
        },
        {
            "start": 828367155,
            "stop": 828367857
        },
        {
            "start": 828379397,
            "stop": 828380450
        },
        {
            "start": 828381717,
            "stop": 828382843
        },
        {
            "start": 828387952,
            "stop": 828388266
        },
        {
            "start": 828388808,
            "stop": 828390447
        },
        {
            "start": 828390452,
            "stop": 828393184
        },
        {
            "start": 828397445,
            "stop": 828405522
        },
        {
            "start": 828405527,
            "stop": 828425632
        },
        {
            "start": 828427149,
            "stop": 828427621
        },
        {
            "start": 828427701,
            "stop": 828434511
        },
        {
            "start": 828435473,
            "stop": 828457818
        },
        {
            "start": 828458686,
            "stop": 828462122
        },
        {
            "start": 828467413,
            "stop": 828472767
        },
        {
            "start": 828474811,
            "stop": 828474817
        },
        {
            "start": 828474824,
            "stop": 828475343
        },
        {
            "start": 828477517,
            "stop": 828486853
        },
        {
            "start": 828489140,
            "stop": 828500245
        },
        {
            "start": 828500764,
            "stop": 828503421
        },
        {
            "start": 828504978,
            "stop": 828527908
        }
    ]
}