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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=184",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=182",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 183,
    "results": [
        {
            "start": 931433324,
            "stop": 931433328
        },
        {
            "start": 931433330,
            "stop": 931433338
        },
        {
            "start": 931433339,
            "stop": 931433340
        },
        {
            "start": 931433342,
            "stop": 931433351
        },
        {
            "start": 931433355,
            "stop": 931433364
        },
        {
            "start": 931433366,
            "stop": 931433375
        },
        {
            "start": 931433377,
            "stop": 931433383
        },
        {
            "start": 931433385,
            "stop": 931433394
        },
        {
            "start": 931433396,
            "stop": 931433397
        },
        {
            "start": 931433399,
            "stop": 931433403
        },
        {
            "start": 931433405,
            "stop": 931433411
        },
        {
            "start": 931433417,
            "stop": 931433419
        },
        {
            "start": 931433421,
            "stop": 931433422
        },
        {
            "start": 931433424,
            "stop": 931433432
        },
        {
            "start": 931433434,
            "stop": 931433436
        },
        {
            "start": 931433438,
            "stop": 931433441
        },
        {
            "start": 931433444,
            "stop": 931433445
        },
        {
            "start": 931433447,
            "stop": 931433465
        },
        {
            "start": 931433467,
            "stop": 931433477
        },
        {
            "start": 931433480,
            "stop": 931433488
        }
    ]
}