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=5219
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=5220",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5218",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5219,
    "results": [
        {
            "start": 969988198,
            "stop": 969988220
        },
        {
            "start": 969988226,
            "stop": 969988277
        },
        {
            "start": 969988280,
            "stop": 969988315
        },
        {
            "start": 969988332,
            "stop": 969988586
        },
        {
            "start": 969988589,
            "stop": 969988794
        },
        {
            "start": 969988797,
            "stop": 969988799
        },
        {
            "start": 969988802,
            "stop": 969988807
        },
        {
            "start": 969988810,
            "stop": 969988855
        },
        {
            "start": 969988858,
            "stop": 969988863
        },
        {
            "start": 969988866,
            "stop": 969988905
        },
        {
            "start": 969988911,
            "stop": 969989159
        },
        {
            "start": 969989162,
            "stop": 969989187
        },
        {
            "start": 969989190,
            "stop": 969989200
        },
        {
            "start": 969989203,
            "stop": 969989425
        },
        {
            "start": 969989431,
            "stop": 969989438
        },
        {
            "start": 969989441,
            "stop": 969989455
        },
        {
            "start": 969989458,
            "stop": 969989472
        },
        {
            "start": 969989475,
            "stop": 969989483
        },
        {
            "start": 969989486,
            "stop": 969989766
        },
        {
            "start": 969989769,
            "stop": 969989813
        }
    ]
}