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=10195
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=10196",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10194",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10195,
    "results": [
        {
            "start": 873904853,
            "stop": 873905460
        },
        {
            "start": 873905520,
            "stop": 873905880
        },
        {
            "start": 873905916,
            "stop": 873906223
        },
        {
            "start": 873906265,
            "stop": 873906281
        },
        {
            "start": 873906321,
            "stop": 873906536
        },
        {
            "start": 873906656,
            "stop": 873907374
        },
        {
            "start": 873907555,
            "stop": 873907860
        },
        {
            "start": 873907920,
            "stop": 873908624
        },
        {
            "start": 873908660,
            "stop": 873908863
        },
        {
            "start": 873908915,
            "stop": 873909079
        },
        {
            "start": 873909157,
            "stop": 873909240
        },
        {
            "start": 873909311,
            "stop": 873909414
        },
        {
            "start": 873909464,
            "stop": 873909571
        },
        {
            "start": 873909622,
            "stop": 873909663
        },
        {
            "start": 873909753,
            "stop": 873909818
        },
        {
            "start": 873909915,
            "stop": 873910027
        },
        {
            "start": 873910077,
            "stop": 873910117
        },
        {
            "start": 873910297,
            "stop": 873910341
        },
        {
            "start": 873910377,
            "stop": 873910462
        },
        {
            "start": 873910498,
            "stop": 873910623
        }
    ]
}