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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=86",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 87,
    "results": [
        {
            "start": 931601641,
            "stop": 931601646
        },
        {
            "start": 931601658,
            "stop": 931601659
        },
        {
            "start": 931601677,
            "stop": 931601682
        },
        {
            "start": 931601694,
            "stop": 931601707
        },
        {
            "start": 931601746,
            "stop": 931601747
        },
        {
            "start": 931601782,
            "stop": 931601785
        },
        {
            "start": 931601800,
            "stop": 931601802
        },
        {
            "start": 931601816,
            "stop": 931601817
        },
        {
            "start": 931601839,
            "stop": 931601849
        },
        {
            "start": 931601856,
            "stop": 931601860
        },
        {
            "start": 931601885,
            "stop": 931601888
        },
        {
            "start": 931601899,
            "stop": 931601908
        },
        {
            "start": 931601915,
            "stop": 931601917
        },
        {
            "start": 931601929,
            "stop": 931601932
        },
        {
            "start": 931601941,
            "stop": 931601951
        },
        {
            "start": 931601966,
            "stop": 931601968
        },
        {
            "start": 931601985,
            "stop": 931601988
        },
        {
            "start": 931601995,
            "stop": 931601996
        },
        {
            "start": 931602059,
            "stop": 931602064
        },
        {
            "start": 931602079,
            "stop": 931602084
        }
    ]
}