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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=277",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=275",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 276,
    "results": [
        {
            "start": 818310477,
            "stop": 818310585
        },
        {
            "start": 818310615,
            "stop": 818310851
        },
        {
            "start": 818310870,
            "stop": 818310880
        },
        {
            "start": 818310933,
            "stop": 818310979
        },
        {
            "start": 818311037,
            "stop": 818311193
        },
        {
            "start": 818311242,
            "stop": 818311333
        },
        {
            "start": 818311353,
            "stop": 818311382
        },
        {
            "start": 818311408,
            "stop": 818311535
        },
        {
            "start": 818311579,
            "stop": 818311855
        },
        {
            "start": 818311882,
            "stop": 818312008
        },
        {
            "start": 818312045,
            "stop": 818312099
        },
        {
            "start": 818312130,
            "stop": 818312238
        },
        {
            "start": 818312400,
            "stop": 818312437
        },
        {
            "start": 818312460,
            "stop": 818312461
        },
        {
            "start": 818317449,
            "stop": 818317597
        },
        {
            "start": 818317638,
            "stop": 818317696
        },
        {
            "start": 818317724,
            "stop": 818317801
        },
        {
            "start": 818317822,
            "stop": 818317823
        },
        {
            "start": 818317851,
            "stop": 818317880
        },
        {
            "start": 818317924,
            "stop": 818317930
        }
    ]
}