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=5154
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=5155",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5153",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5154,
    "results": [
        {
            "start": 969568418,
            "stop": 969568538
        },
        {
            "start": 969569138,
            "stop": 969569498
        },
        {
            "start": 969569618,
            "stop": 969569822
        },
        {
            "start": 969569825,
            "stop": 969569906
        },
        {
            "start": 969569909,
            "stop": 969572072
        },
        {
            "start": 969575192,
            "stop": 969575998
        },
        {
            "start": 969576001,
            "stop": 969576045
        },
        {
            "start": 969576048,
            "stop": 969576396
        },
        {
            "start": 969576399,
            "stop": 969578507
        },
        {
            "start": 969578510,
            "stop": 969578578
        },
        {
            "start": 969578581,
            "stop": 969578743
        },
        {
            "start": 969578746,
            "stop": 969579757
        },
        {
            "start": 969579760,
            "stop": 969579863
        },
        {
            "start": 969579866,
            "stop": 969581631
        },
        {
            "start": 969581634,
            "stop": 969582476
        },
        {
            "start": 969582479,
            "stop": 969582878
        },
        {
            "start": 969585309,
            "stop": 969585659
        },
        {
            "start": 969585662,
            "stop": 969585754
        },
        {
            "start": 969585757,
            "stop": 969585777
        },
        {
            "start": 969585780,
            "stop": 969585990
        }
    ]
}