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=84
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=85",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=83",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 84,
    "results": [
        {
            "start": 818061622,
            "stop": 818061626
        },
        {
            "start": 818061640,
            "stop": 818061644
        },
        {
            "start": 818061654,
            "stop": 818061668
        },
        {
            "start": 818061679,
            "stop": 818061681
        },
        {
            "start": 818061704,
            "stop": 818061708
        },
        {
            "start": 818061717,
            "stop": 818061723
        },
        {
            "start": 818061738,
            "stop": 818061744
        },
        {
            "start": 818061777,
            "stop": 818061795
        },
        {
            "start": 818061803,
            "stop": 818061811
        },
        {
            "start": 818061838,
            "stop": 818061840
        },
        {
            "start": 818061848,
            "stop": 818061858
        },
        {
            "start": 818061866,
            "stop": 818061868
        },
        {
            "start": 818061897,
            "stop": 818061908
        },
        {
            "start": 818061917,
            "stop": 818061924
        },
        {
            "start": 818061932,
            "stop": 818061933
        },
        {
            "start": 818061941,
            "stop": 818061943
        },
        {
            "start": 818061984,
            "stop": 818061986
        },
        {
            "start": 818061994,
            "stop": 818062004
        },
        {
            "start": 818062019,
            "stop": 818062022
        },
        {
            "start": 818062032,
            "stop": 818062035
        }
    ]
}