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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=169",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=167",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 168,
    "results": [
        {
            "start": 954804110,
            "stop": 954804114
        },
        {
            "start": 954804129,
            "stop": 954804249
        },
        {
            "start": 954804252,
            "stop": 954804297
        },
        {
            "start": 954804300,
            "stop": 954804312
        },
        {
            "start": 954804315,
            "stop": 954804382
        },
        {
            "start": 954804388,
            "stop": 954804401
        },
        {
            "start": 954804434,
            "stop": 954804436
        },
        {
            "start": 954804442,
            "stop": 954804463
        },
        {
            "start": 954804472,
            "stop": 954804474
        },
        {
            "start": 954804482,
            "stop": 954804483
        },
        {
            "start": 954804489,
            "stop": 954804490
        },
        {
            "start": 954804493,
            "stop": 954804577
        },
        {
            "start": 954804580,
            "stop": 954804581
        },
        {
            "start": 954804584,
            "stop": 954804603
        },
        {
            "start": 954804606,
            "stop": 954804616
        },
        {
            "start": 954804620,
            "stop": 954804626
        },
        {
            "start": 954804629,
            "stop": 954804673
        },
        {
            "start": 954804676,
            "stop": 954804677
        },
        {
            "start": 954804683,
            "stop": 954804687
        },
        {
            "start": 954804694,
            "stop": 954804698
        }
    ]
}