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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3531",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3529",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3530,
    "results": [
        {
            "start": 871516450,
            "stop": 871516493
        },
        {
            "start": 871516510,
            "stop": 871517023
        },
        {
            "start": 871517040,
            "stop": 871517180
        },
        {
            "start": 871517212,
            "stop": 871517233
        },
        {
            "start": 871517250,
            "stop": 871517372
        },
        {
            "start": 871517389,
            "stop": 871518448
        },
        {
            "start": 871518465,
            "stop": 871518623
        },
        {
            "start": 871518640,
            "stop": 871518837
        },
        {
            "start": 871518854,
            "stop": 871518856
        },
        {
            "start": 871518873,
            "stop": 871519173
        },
        {
            "start": 871519190,
            "stop": 871519248
        },
        {
            "start": 871519265,
            "stop": 871519330
        },
        {
            "start": 871519347,
            "stop": 871519358
        },
        {
            "start": 871519375,
            "stop": 871519418
        },
        {
            "start": 871519435,
            "stop": 871519436
        },
        {
            "start": 871519453,
            "stop": 871519638
        },
        {
            "start": 871519655,
            "stop": 871519656
        },
        {
            "start": 871519673,
            "stop": 871519878
        },
        {
            "start": 871519895,
            "stop": 871520136
        },
        {
            "start": 871520153,
            "stop": 871520175
        }
    ]
}