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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8897",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8895",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8896,
    "results": [
        {
            "start": 873287567,
            "stop": 873287592
        },
        {
            "start": 873287615,
            "stop": 873287628
        },
        {
            "start": 873287659,
            "stop": 873287672
        },
        {
            "start": 873287691,
            "stop": 873287711
        },
        {
            "start": 873287731,
            "stop": 873288034
        },
        {
            "start": 873288054,
            "stop": 873288586
        },
        {
            "start": 873288605,
            "stop": 873288706
        },
        {
            "start": 873288725,
            "stop": 873289711
        },
        {
            "start": 873289728,
            "stop": 873290110
        },
        {
            "start": 873290127,
            "stop": 873290910
        },
        {
            "start": 873292626,
            "stop": 873292628
        },
        {
            "start": 873292645,
            "stop": 873292651
        },
        {
            "start": 873292670,
            "stop": 873292681
        },
        {
            "start": 873292724,
            "stop": 873292735
        },
        {
            "start": 873292753,
            "stop": 873292938
        },
        {
            "start": 873292960,
            "stop": 873293165
        },
        {
            "start": 873293192,
            "stop": 873293453
        },
        {
            "start": 873293472,
            "stop": 873293860
        },
        {
            "start": 873293879,
            "stop": 873294156
        },
        {
            "start": 873294173,
            "stop": 873294445
        }
    ]
}