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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5255",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5253",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5254,
    "results": [
        {
            "start": 874568697,
            "stop": 874568785
        },
        {
            "start": 874568821,
            "stop": 874569038
        },
        {
            "start": 874569074,
            "stop": 874569417
        },
        {
            "start": 874569453,
            "stop": 874569817
        },
        {
            "start": 874569862,
            "stop": 874569878
        },
        {
            "start": 874569914,
            "stop": 874572741
        },
        {
            "start": 874572775,
            "stop": 874572810
        },
        {
            "start": 874573802,
            "stop": 874577309
        },
        {
            "start": 874577345,
            "stop": 874577535
        },
        {
            "start": 874577571,
            "stop": 874577577
        },
        {
            "start": 874577622,
            "stop": 874577846
        },
        {
            "start": 874577921,
            "stop": 874577975
        },
        {
            "start": 874578013,
            "stop": 874578081
        },
        {
            "start": 874578129,
            "stop": 874578527
        },
        {
            "start": 874578593,
            "stop": 874578610
        },
        {
            "start": 874578648,
            "stop": 874578980
        },
        {
            "start": 874579042,
            "stop": 874579075
        },
        {
            "start": 874579113,
            "stop": 874579178
        },
        {
            "start": 874579214,
            "stop": 874579876
        },
        {
            "start": 874579912,
            "stop": 874580375
        }
    ]
}