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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=261",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=259",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 260,
    "results": [
        {
            "start": 863163052,
            "stop": 863175762
        },
        {
            "start": 863176765,
            "stop": 863181343
        },
        {
            "start": 863181658,
            "stop": 863181976
        },
        {
            "start": 863203893,
            "stop": 863205372
        },
        {
            "start": 863205747,
            "stop": 863211386
        },
        {
            "start": 863211659,
            "stop": 863212067
        },
        {
            "start": 863232652,
            "stop": 863247667
        },
        {
            "start": 863249415,
            "stop": 863261000
        },
        {
            "start": 863261872,
            "stop": 863265301
        },
        {
            "start": 863267428,
            "stop": 863272234
        },
        {
            "start": 863294217,
            "stop": 863294582
        },
        {
            "start": 863295315,
            "stop": 863300010
        },
        {
            "start": 863300087,
            "stop": 863302127
        },
        {
            "start": 863302381,
            "stop": 863305508
        },
        {
            "start": 863305808,
            "stop": 863305955
        },
        {
            "start": 863306095,
            "stop": 863306397
        },
        {
            "start": 863306778,
            "stop": 863307234
        },
        {
            "start": 863307562,
            "stop": 863317152
        },
        {
            "start": 863317985,
            "stop": 863334683
        },
        {
            "start": 863335510,
            "stop": 863344902
        }
    ]
}