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=8953
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=8954",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8952",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8953,
    "results": [
        {
            "start": 873736362,
            "stop": 873736436
        },
        {
            "start": 873736458,
            "stop": 873736503
        },
        {
            "start": 873736526,
            "stop": 873736541
        },
        {
            "start": 873736561,
            "stop": 873736566
        },
        {
            "start": 873736596,
            "stop": 873736665
        },
        {
            "start": 873736691,
            "stop": 873736698
        },
        {
            "start": 873736728,
            "stop": 873736917
        },
        {
            "start": 873736939,
            "stop": 873737014
        },
        {
            "start": 873737033,
            "stop": 873737049
        },
        {
            "start": 873737072,
            "stop": 873737083
        },
        {
            "start": 873737102,
            "stop": 873737196
        },
        {
            "start": 873737219,
            "stop": 873737231
        },
        {
            "start": 873737254,
            "stop": 873737340
        },
        {
            "start": 873737580,
            "stop": 873737594
        },
        {
            "start": 873737628,
            "stop": 873737693
        },
        {
            "start": 873737713,
            "stop": 873737714
        },
        {
            "start": 873737737,
            "stop": 873737769
        },
        {
            "start": 873737786,
            "stop": 873737819
        },
        {
            "start": 873737839,
            "stop": 873737857
        },
        {
            "start": 873737874,
            "stop": 873737880
        }
    ]
}