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/H2_CBCLOW_CAT2/segments?format=api&page=308
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=309",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=307",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 308,
    "results": [
        {
            "start": 821743295,
            "stop": 821743299
        },
        {
            "start": 821743306,
            "stop": 821743308
        },
        {
            "start": 821743315,
            "stop": 821743319
        },
        {
            "start": 821743322,
            "stop": 821743323
        },
        {
            "start": 821743326,
            "stop": 821743329
        },
        {
            "start": 821743332,
            "stop": 821743333
        },
        {
            "start": 821743336,
            "stop": 821743342
        },
        {
            "start": 821743347,
            "stop": 821743348
        },
        {
            "start": 821743351,
            "stop": 821743353
        },
        {
            "start": 821743359,
            "stop": 821743360
        },
        {
            "start": 821743364,
            "stop": 821743372
        },
        {
            "start": 821743375,
            "stop": 821743391
        },
        {
            "start": 821743397,
            "stop": 821743409
        },
        {
            "start": 821743413,
            "stop": 821743433
        },
        {
            "start": 821743436,
            "stop": 821743448
        },
        {
            "start": 821743451,
            "stop": 821743478
        },
        {
            "start": 821743481,
            "stop": 821743495
        },
        {
            "start": 821743501,
            "stop": 821743509
        },
        {
            "start": 821743513,
            "stop": 821743514
        },
        {
            "start": 821743517,
            "stop": 821743518
        }
    ]
}