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=5145
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=5146",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5144",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5145,
    "results": [
        {
            "start": 969488574,
            "stop": 969490354
        },
        {
            "start": 969490357,
            "stop": 969490604
        },
        {
            "start": 969490610,
            "stop": 969490778
        },
        {
            "start": 969490781,
            "stop": 969491363
        },
        {
            "start": 969491366,
            "stop": 969491512
        },
        {
            "start": 969491515,
            "stop": 969491745
        },
        {
            "start": 969491748,
            "stop": 969492080
        },
        {
            "start": 969492083,
            "stop": 969493263
        },
        {
            "start": 969494040,
            "stop": 969494144
        },
        {
            "start": 969494162,
            "stop": 969494658
        },
        {
            "start": 969494661,
            "stop": 969495799
        },
        {
            "start": 969495803,
            "stop": 969495968
        },
        {
            "start": 969495971,
            "stop": 969496950
        },
        {
            "start": 969496953,
            "stop": 969497811
        },
        {
            "start": 969497814,
            "stop": 969497904
        },
        {
            "start": 969497907,
            "stop": 969498513
        },
        {
            "start": 969498516,
            "stop": 969498539
        },
        {
            "start": 969498542,
            "stop": 969499260
        },
        {
            "start": 969499263,
            "stop": 969499294
        },
        {
            "start": 969499297,
            "stop": 969499676
        }
    ]
}