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=428
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=429",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=427",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 428,
    "results": [
        {
            "start": 818734796,
            "stop": 818734800
        },
        {
            "start": 818734805,
            "stop": 818734807
        },
        {
            "start": 818734811,
            "stop": 818734825
        },
        {
            "start": 818734829,
            "stop": 818734840
        },
        {
            "start": 818734843,
            "stop": 818734844
        },
        {
            "start": 818734849,
            "stop": 818734853
        },
        {
            "start": 818734857,
            "stop": 818734859
        },
        {
            "start": 818734863,
            "stop": 818734878
        },
        {
            "start": 818734881,
            "stop": 818734914
        },
        {
            "start": 818734917,
            "stop": 818734919
        },
        {
            "start": 818734923,
            "stop": 818734931
        },
        {
            "start": 818734935,
            "stop": 818734974
        },
        {
            "start": 818734985,
            "stop": 818734988
        },
        {
            "start": 818734996,
            "stop": 818735006
        },
        {
            "start": 818735013,
            "stop": 818735014
        },
        {
            "start": 818735017,
            "stop": 818735024
        },
        {
            "start": 818735030,
            "stop": 818735032
        },
        {
            "start": 818735035,
            "stop": 818735036
        },
        {
            "start": 818735040,
            "stop": 818735053
        },
        {
            "start": 818735059,
            "stop": 818735061
        }
    ]
}