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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=161",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=159",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 160,
    "results": [
        {
            "start": 931781351,
            "stop": 931781380
        },
        {
            "start": 931781386,
            "stop": 931781394
        },
        {
            "start": 931781401,
            "stop": 931781413
        },
        {
            "start": 931781419,
            "stop": 931781421
        },
        {
            "start": 931781427,
            "stop": 931781436
        },
        {
            "start": 931781442,
            "stop": 931781443
        },
        {
            "start": 931781449,
            "stop": 931781460
        },
        {
            "start": 931781465,
            "stop": 931781466
        },
        {
            "start": 931781472,
            "stop": 931781490
        },
        {
            "start": 931781496,
            "stop": 931781529
        },
        {
            "start": 931781549,
            "stop": 931781559
        },
        {
            "start": 931781565,
            "stop": 931781567
        },
        {
            "start": 931781581,
            "stop": 931781587
        },
        {
            "start": 931781595,
            "stop": 931781607
        },
        {
            "start": 931781625,
            "stop": 931781626
        },
        {
            "start": 931781635,
            "stop": 931781655
        },
        {
            "start": 931781661,
            "stop": 931781667
        },
        {
            "start": 931781673,
            "stop": 931781681
        },
        {
            "start": 931781687,
            "stop": 931781709
        },
        {
            "start": 931781715,
            "stop": 931781746
        }
    ]
}