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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=92",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 93,
    "results": [
        {
            "start": 931573473,
            "stop": 931573485
        },
        {
            "start": 931573502,
            "stop": 931573527
        },
        {
            "start": 931573580,
            "stop": 931573610
        },
        {
            "start": 931573658,
            "stop": 931573666
        },
        {
            "start": 931573750,
            "stop": 931573789
        },
        {
            "start": 931573806,
            "stop": 931573819
        },
        {
            "start": 931573854,
            "stop": 931573861
        },
        {
            "start": 931573915,
            "stop": 931573921
        },
        {
            "start": 931574022,
            "stop": 931574025
        },
        {
            "start": 931574043,
            "stop": 931574094
        },
        {
            "start": 931574112,
            "stop": 931574117
        },
        {
            "start": 931574345,
            "stop": 931574376
        },
        {
            "start": 931574378,
            "stop": 931574404
        },
        {
            "start": 931574428,
            "stop": 931574434
        },
        {
            "start": 931574472,
            "stop": 931574609
        },
        {
            "start": 931574626,
            "stop": 931574697
        },
        {
            "start": 931574714,
            "stop": 931574723
        },
        {
            "start": 931574740,
            "stop": 931574745
        },
        {
            "start": 931574856,
            "stop": 931574870
        },
        {
            "start": 931574986,
            "stop": 931574987
        }
    ]
}