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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5064",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5062",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5063,
    "results": [
        {
            "start": 873005857,
            "stop": 873006149
        },
        {
            "start": 873006186,
            "stop": 873006331
        },
        {
            "start": 873006472,
            "stop": 873006714
        },
        {
            "start": 873006750,
            "stop": 873006836
        },
        {
            "start": 873006991,
            "stop": 873007314
        },
        {
            "start": 873007365,
            "stop": 873007442
        },
        {
            "start": 873007555,
            "stop": 873007589
        },
        {
            "start": 873007625,
            "stop": 873007680
        },
        {
            "start": 873007721,
            "stop": 873007722
        },
        {
            "start": 873007792,
            "stop": 873007800
        },
        {
            "start": 873007836,
            "stop": 873007920
        },
        {
            "start": 873007937,
            "stop": 873007991
        },
        {
            "start": 873008145,
            "stop": 873008777
        },
        {
            "start": 873008862,
            "stop": 873008869
        },
        {
            "start": 873008905,
            "stop": 873009125
        },
        {
            "start": 873009161,
            "stop": 873009187
        },
        {
            "start": 873009234,
            "stop": 873009325
        },
        {
            "start": 873009416,
            "stop": 873009554
        },
        {
            "start": 873009590,
            "stop": 873009607
        },
        {
            "start": 873009643,
            "stop": 873009682
        }
    ]
}