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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=92",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=90",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 91,
    "results": [
        {
            "start": 818051656,
            "stop": 818051689
        },
        {
            "start": 818051692,
            "stop": 818051694
        },
        {
            "start": 818051699,
            "stop": 818051709
        },
        {
            "start": 818051712,
            "stop": 818051723
        },
        {
            "start": 818051727,
            "stop": 818051735
        },
        {
            "start": 818051738,
            "stop": 818051742
        },
        {
            "start": 818051748,
            "stop": 818051773
        },
        {
            "start": 818051776,
            "stop": 818051777
        },
        {
            "start": 818051784,
            "stop": 818051815
        },
        {
            "start": 818051819,
            "stop": 818051829
        },
        {
            "start": 818051833,
            "stop": 818051868
        },
        {
            "start": 818051872,
            "stop": 818051881
        },
        {
            "start": 818051886,
            "stop": 818051894
        },
        {
            "start": 818051897,
            "stop": 818051900
        },
        {
            "start": 818051904,
            "stop": 818051905
        },
        {
            "start": 818051908,
            "stop": 818051936
        },
        {
            "start": 818051939,
            "stop": 818051941
        },
        {
            "start": 818051946,
            "stop": 818051949
        },
        {
            "start": 818051953,
            "stop": 818051961
        },
        {
            "start": 818051964,
            "stop": 818051968
        }
    ]
}