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=15811
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=15812",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15810",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15811,
    "results": [
        {
            "start": 971177326,
            "stop": 971177330
        },
        {
            "start": 971177332,
            "stop": 971177339
        },
        {
            "start": 971177343,
            "stop": 971177360
        },
        {
            "start": 971177362,
            "stop": 971177367
        },
        {
            "start": 971177368,
            "stop": 971177370
        },
        {
            "start": 971177371,
            "stop": 971177384
        },
        {
            "start": 971177386,
            "stop": 971177389
        },
        {
            "start": 971177391,
            "stop": 971177403
        },
        {
            "start": 971177404,
            "stop": 971177410
        },
        {
            "start": 971177411,
            "stop": 971177432
        },
        {
            "start": 971177438,
            "stop": 971177439
        },
        {
            "start": 971177444,
            "stop": 971177445
        },
        {
            "start": 971177447,
            "stop": 971177458
        },
        {
            "start": 971177463,
            "stop": 971177464
        },
        {
            "start": 971177469,
            "stop": 971177474
        },
        {
            "start": 971177475,
            "stop": 971177477
        },
        {
            "start": 971177479,
            "stop": 971177480
        },
        {
            "start": 971177481,
            "stop": 971177489
        },
        {
            "start": 971177492,
            "stop": 971177493
        },
        {
            "start": 971177494,
            "stop": 971177495
        }
    ]
}