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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2301",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2299",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2300,
    "results": [
        {
            "start": 873992112,
            "stop": 873993115
        },
        {
            "start": 873993134,
            "stop": 873993142
        },
        {
            "start": 873994383,
            "stop": 873994535
        },
        {
            "start": 873994557,
            "stop": 873994568
        },
        {
            "start": 873994629,
            "stop": 873994653
        },
        {
            "start": 873994672,
            "stop": 873994710
        },
        {
            "start": 873994761,
            "stop": 873994816
        },
        {
            "start": 873994835,
            "stop": 873994837
        },
        {
            "start": 873994856,
            "stop": 873994877
        },
        {
            "start": 873994901,
            "stop": 873995171
        },
        {
            "start": 873995193,
            "stop": 873995343
        },
        {
            "start": 873995362,
            "stop": 873997188
        },
        {
            "start": 873997207,
            "stop": 873997277
        },
        {
            "start": 873997296,
            "stop": 873997360
        },
        {
            "start": 873997379,
            "stop": 874001846
        },
        {
            "start": 874001865,
            "stop": 874001886
        },
        {
            "start": 874001905,
            "stop": 874005477
        },
        {
            "start": 874005703,
            "stop": 874006992
        },
        {
            "start": 874007011,
            "stop": 874011485
        },
        {
            "start": 874011504,
            "stop": 874011509
        }
    ]
}