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=110
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=111",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=109",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 110,
    "results": [
        {
            "start": 931338928,
            "stop": 931338930
        },
        {
            "start": 931338938,
            "stop": 931338940
        },
        {
            "start": 931338942,
            "stop": 931338946
        },
        {
            "start": 931338949,
            "stop": 931338952
        },
        {
            "start": 931338960,
            "stop": 931338963
        },
        {
            "start": 931338969,
            "stop": 931338970
        },
        {
            "start": 931338974,
            "stop": 931338979
        },
        {
            "start": 931338989,
            "stop": 931338990
        },
        {
            "start": 931338994,
            "stop": 931338996
        },
        {
            "start": 931339007,
            "stop": 931339016
        },
        {
            "start": 931339019,
            "stop": 931339022
        },
        {
            "start": 931339025,
            "stop": 931339030
        },
        {
            "start": 931339046,
            "stop": 931339047
        },
        {
            "start": 931339060,
            "stop": 931339063
        },
        {
            "start": 931339065,
            "stop": 931339066
        },
        {
            "start": 931339076,
            "stop": 931339080
        },
        {
            "start": 931339083,
            "stop": 931339088
        },
        {
            "start": 931339093,
            "stop": 931339094
        },
        {
            "start": 931339096,
            "stop": 931339097
        },
        {
            "start": 931339111,
            "stop": 931339114
        }
    ]
}