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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=175",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=173",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 174,
    "results": [
        {
            "start": 819031397,
            "stop": 819033894
        },
        {
            "start": 819033903,
            "stop": 819033913
        },
        {
            "start": 819033926,
            "stop": 819033963
        },
        {
            "start": 819033971,
            "stop": 819033976
        },
        {
            "start": 819033984,
            "stop": 819035492
        },
        {
            "start": 819035730,
            "stop": 819036780
        },
        {
            "start": 819036935,
            "stop": 819036937
        },
        {
            "start": 819036964,
            "stop": 819036965
        },
        {
            "start": 819036971,
            "stop": 819037065
        },
        {
            "start": 819037112,
            "stop": 819037116
        },
        {
            "start": 819037149,
            "stop": 819037166
        },
        {
            "start": 819037242,
            "stop": 819037394
        },
        {
            "start": 819037429,
            "stop": 819037432
        },
        {
            "start": 819038616,
            "stop": 819039214
        },
        {
            "start": 819039233,
            "stop": 819039236
        },
        {
            "start": 819040881,
            "stop": 819041030
        },
        {
            "start": 819052573,
            "stop": 819052586
        },
        {
            "start": 819052595,
            "stop": 819052627
        },
        {
            "start": 819052642,
            "stop": 819052760
        },
        {
            "start": 819052768,
            "stop": 819052996
        }
    ]
}