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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=207",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=205",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 206,
    "results": [
        {
            "start": 931450913,
            "stop": 931450920
        },
        {
            "start": 931450926,
            "stop": 931450927
        },
        {
            "start": 931450929,
            "stop": 931450938
        },
        {
            "start": 931450940,
            "stop": 931450941
        },
        {
            "start": 931450943,
            "stop": 931450950
        },
        {
            "start": 931450952,
            "stop": 931450955
        },
        {
            "start": 931450958,
            "stop": 931450965
        },
        {
            "start": 931450967,
            "stop": 931450976
        },
        {
            "start": 931450978,
            "stop": 931450980
        },
        {
            "start": 931450982,
            "stop": 931450990
        },
        {
            "start": 931450993,
            "stop": 931451005
        },
        {
            "start": 931451007,
            "stop": 931451009
        },
        {
            "start": 931451011,
            "stop": 931451012
        },
        {
            "start": 931451014,
            "stop": 931451018
        },
        {
            "start": 931451022,
            "stop": 931451032
        },
        {
            "start": 931451033,
            "stop": 931451040
        },
        {
            "start": 931451042,
            "stop": 931451043
        },
        {
            "start": 931451048,
            "stop": 931451052
        },
        {
            "start": 931451057,
            "stop": 931451067
        },
        {
            "start": 931451069,
            "stop": 931451079
        }
    ]
}