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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=244",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=242",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 243,
    "results": [
        {
            "start": 852426957,
            "stop": 852427000
        },
        {
            "start": 852427371,
            "stop": 852427394
        },
        {
            "start": 852427470,
            "stop": 852427477
        },
        {
            "start": 852427495,
            "stop": 852427520
        },
        {
            "start": 852427537,
            "stop": 852427614
        },
        {
            "start": 852427632,
            "stop": 852427639
        },
        {
            "start": 852427656,
            "stop": 852427698
        },
        {
            "start": 852427718,
            "stop": 852427750
        },
        {
            "start": 852430257,
            "stop": 852430258
        },
        {
            "start": 852430562,
            "stop": 852435930
        },
        {
            "start": 852436091,
            "stop": 852436201
        },
        {
            "start": 852436245,
            "stop": 852436456
        },
        {
            "start": 852436756,
            "stop": 852438483
        },
        {
            "start": 852438500,
            "stop": 852439796
        },
        {
            "start": 852442901,
            "stop": 852458870
        },
        {
            "start": 852459170,
            "stop": 852469374
        },
        {
            "start": 852469451,
            "stop": 852469472
        },
        {
            "start": 852469493,
            "stop": 852480502
        },
        {
            "start": 852480523,
            "stop": 852480527
        },
        {
            "start": 852480548,
            "stop": 852480579
        }
    ]
}