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_CBCHIGH_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_CBCHIGH_CAT4/segments?format=api&page=184",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=182",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 183,
    "results": [
        {
            "start": 931433271,
            "stop": 931433282
        },
        {
            "start": 931433284,
            "stop": 931433285
        },
        {
            "start": 931433291,
            "stop": 931433292
        },
        {
            "start": 931433295,
            "stop": 931433315
        },
        {
            "start": 931433319,
            "stop": 931433322
        },
        {
            "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
        }
    ]
}