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=5111
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=5112",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5110",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5111,
    "results": [
        {
            "start": 873415602,
            "stop": 873415676
        },
        {
            "start": 873415683,
            "stop": 873415686
        },
        {
            "start": 873416234,
            "stop": 873416594
        },
        {
            "start": 873416601,
            "stop": 873416604
        },
        {
            "start": 873416808,
            "stop": 873417363
        },
        {
            "start": 873417371,
            "stop": 873417477
        },
        {
            "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
        }
    ]
}