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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10115",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10113",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10114,
    "results": [
        {
            "start": 873417485,
            "stop": 873419008
        },
        {
            "start": 873419044,
            "stop": 873419100
        },
        {
            "start": 873419108,
            "stop": 873419573
        },
        {
            "start": 873421840,
            "stop": 873421892
        },
        {
            "start": 873421926,
            "stop": 873421936
        },
        {
            "start": 873421972,
            "stop": 873422004
        },
        {
            "start": 873422038,
            "stop": 873422223
        },
        {
            "start": 873422240,
            "stop": 873422291
        },
        {
            "start": 873422299,
            "stop": 873422342
        },
        {
            "start": 873422349,
            "stop": 873422406
        },
        {
            "start": 873422413,
            "stop": 873422517
        },
        {
            "start": 873422525,
            "stop": 873422562
        },
        {
            "start": 873422579,
            "stop": 873422620
        },
        {
            "start": 873422627,
            "stop": 873422750
        },
        {
            "start": 873422761,
            "stop": 873423073
        },
        {
            "start": 873423080,
            "stop": 873423472
        },
        {
            "start": 873423483,
            "stop": 873424077
        },
        {
            "start": 873424085,
            "stop": 873424187
        },
        {
            "start": 873424195,
            "stop": 873424423
        },
        {
            "start": 873439298,
            "stop": 873439795
        }
    ]
}