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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=242",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=240",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 241,
    "results": [
        {
            "start": 821136420,
            "stop": 821136747
        },
        {
            "start": 821137722,
            "stop": 821138113
        },
        {
            "start": 821138745,
            "stop": 821139827
        },
        {
            "start": 821139900,
            "stop": 821144625
        },
        {
            "start": 821144628,
            "stop": 821145251
        },
        {
            "start": 821145268,
            "stop": 821146880
        },
        {
            "start": 821146883,
            "stop": 821148440
        },
        {
            "start": 821148443,
            "stop": 821150499
        },
        {
            "start": 821150502,
            "stop": 821150929
        },
        {
            "start": 821151351,
            "stop": 821163421
        },
        {
            "start": 821163424,
            "stop": 821166810
        },
        {
            "start": 821166813,
            "stop": 821168260
        },
        {
            "start": 821168279,
            "stop": 821172838
        },
        {
            "start": 821172841,
            "stop": 821173931
        },
        {
            "start": 821173934,
            "stop": 821174397
        },
        {
            "start": 821174400,
            "stop": 821179836
        },
        {
            "start": 821179839,
            "stop": 821180917
        },
        {
            "start": 821180920,
            "stop": 821182279
        },
        {
            "start": 821213389,
            "stop": 821214483
        },
        {
            "start": 821214511,
            "stop": 821214548
        }
    ]
}