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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=456",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=454",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 455,
    "results": [
        {
            "start": 873217548,
            "stop": 873219930
        },
        {
            "start": 873219949,
            "stop": 873222570
        },
        {
            "start": 873224265,
            "stop": 873225587
        },
        {
            "start": 873225660,
            "stop": 873227454
        },
        {
            "start": 873227574,
            "stop": 873229948
        },
        {
            "start": 873229968,
            "stop": 873230577
        },
        {
            "start": 873230598,
            "stop": 873230687
        },
        {
            "start": 873230707,
            "stop": 873231464
        },
        {
            "start": 873231486,
            "stop": 873231487
        },
        {
            "start": 873231504,
            "stop": 873231900
        },
        {
            "start": 873231960,
            "stop": 873234712
        },
        {
            "start": 873234733,
            "stop": 873235498
        },
        {
            "start": 873235610,
            "stop": 873236128
        },
        {
            "start": 873236295,
            "stop": 873236309
        },
        {
            "start": 873236598,
            "stop": 873239421
        },
        {
            "start": 873239445,
            "stop": 873240292
        },
        {
            "start": 873240363,
            "stop": 873240379
        },
        {
            "start": 873240401,
            "stop": 873245099
        },
        {
            "start": 873245121,
            "stop": 873245122
        },
        {
            "start": 873245143,
            "stop": 873245332
        }
    ]
}