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=208
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=209",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=207",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 208,
    "results": [
        {
            "start": 820925988,
            "stop": 820926002
        },
        {
            "start": 820926104,
            "stop": 820926202
        },
        {
            "start": 820926221,
            "stop": 820926230
        },
        {
            "start": 820926443,
            "stop": 820926472
        },
        {
            "start": 820928555,
            "stop": 820928564
        },
        {
            "start": 820928575,
            "stop": 820928596
        },
        {
            "start": 820928607,
            "stop": 820928619
        },
        {
            "start": 820928627,
            "stop": 820928661
        },
        {
            "start": 820928701,
            "stop": 820928719
        },
        {
            "start": 820928737,
            "stop": 820928742
        },
        {
            "start": 820928750,
            "stop": 820928776
        },
        {
            "start": 820928786,
            "stop": 820928788
        },
        {
            "start": 820929375,
            "stop": 820929402
        },
        {
            "start": 820929418,
            "stop": 820929531
        },
        {
            "start": 820929551,
            "stop": 820929596
        },
        {
            "start": 820929604,
            "stop": 820929631
        },
        {
            "start": 820929666,
            "stop": 820929675
        },
        {
            "start": 820929683,
            "stop": 820929697
        },
        {
            "start": 820929707,
            "stop": 820929711
        },
        {
            "start": 820929727,
            "stop": 820929811
        }
    ]
}