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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=175",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=173",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 174,
    "results": [
        {
            "start": 826930238,
            "stop": 826930239
        },
        {
            "start": 826930245,
            "stop": 826930246
        },
        {
            "start": 826930256,
            "stop": 826930257
        },
        {
            "start": 826930259,
            "stop": 826930261
        },
        {
            "start": 826930263,
            "stop": 826930271
        },
        {
            "start": 826930273,
            "stop": 826930292
        },
        {
            "start": 826930294,
            "stop": 826930300
        },
        {
            "start": 826930302,
            "stop": 826930304
        },
        {
            "start": 826930307,
            "stop": 826930312
        },
        {
            "start": 826930328,
            "stop": 826930335
        },
        {
            "start": 826930338,
            "stop": 826930340
        },
        {
            "start": 826930351,
            "stop": 826930352
        },
        {
            "start": 826930355,
            "stop": 826930356
        },
        {
            "start": 826930374,
            "stop": 826930376
        },
        {
            "start": 826930381,
            "stop": 826930384
        },
        {
            "start": 826930386,
            "stop": 826930389
        },
        {
            "start": 826930394,
            "stop": 826930397
        },
        {
            "start": 826930406,
            "stop": 826930407
        },
        {
            "start": 826930426,
            "stop": 826930429
        },
        {
            "start": 826930435,
            "stop": 826930436
        }
    ]
}