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=58
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=59",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=57",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 58,
    "results": [
        {
            "start": 816466321,
            "stop": 816466324
        },
        {
            "start": 816466330,
            "stop": 816466458
        },
        {
            "start": 816466462,
            "stop": 816466465
        },
        {
            "start": 816466470,
            "stop": 816466474
        },
        {
            "start": 816466478,
            "stop": 816466480
        },
        {
            "start": 816466485,
            "stop": 816466489
        },
        {
            "start": 816466493,
            "stop": 816466495
        },
        {
            "start": 816466502,
            "stop": 816466507
        },
        {
            "start": 816466511,
            "stop": 816466523
        },
        {
            "start": 816466527,
            "stop": 816466573
        },
        {
            "start": 816466582,
            "stop": 816466588
        },
        {
            "start": 816466596,
            "stop": 816466613
        },
        {
            "start": 816466619,
            "stop": 816466621
        },
        {
            "start": 816466625,
            "stop": 816466721
        },
        {
            "start": 816466725,
            "stop": 816466736
        },
        {
            "start": 816466739,
            "stop": 816466811
        },
        {
            "start": 816466815,
            "stop": 816466817
        },
        {
            "start": 816466822,
            "stop": 816466884
        },
        {
            "start": 816466893,
            "stop": 816467015
        },
        {
            "start": 816467021,
            "stop": 816467056
        }
    ]
}