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=521
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=522",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=520",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 521,
    "results": [
        {
            "start": 827092503,
            "stop": 827093005
        },
        {
            "start": 827093933,
            "stop": 827101435
        },
        {
            "start": 827102446,
            "stop": 827104843
        },
        {
            "start": 827105369,
            "stop": 827115577
        },
        {
            "start": 827119084,
            "stop": 827156395
        },
        {
            "start": 827156402,
            "stop": 827156407
        },
        {
            "start": 827157495,
            "stop": 827163008
        },
        {
            "start": 827163933,
            "stop": 827173496
        },
        {
            "start": 827173503,
            "stop": 827173526
        },
        {
            "start": 827173533,
            "stop": 827189403
        },
        {
            "start": 827190602,
            "stop": 827236226
        },
        {
            "start": 827236232,
            "stop": 827236292
        },
        {
            "start": 827236297,
            "stop": 827236348
        },
        {
            "start": 827236353,
            "stop": 827236371
        },
        {
            "start": 827236376,
            "stop": 827238077
        },
        {
            "start": 827238524,
            "stop": 827247754
        },
        {
            "start": 827248509,
            "stop": 827249972
        },
        {
            "start": 827249977,
            "stop": 827250053
        },
        {
            "start": 827250054,
            "stop": 827250124
        },
        {
            "start": 827251899,
            "stop": 827255698
        }
    ]
}