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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8568",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8566",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8567,
    "results": [
        {
            "start": 870169980,
            "stop": 870170138
        },
        {
            "start": 870170155,
            "stop": 870170220
        },
        {
            "start": 870170237,
            "stop": 870170376
        },
        {
            "start": 870170407,
            "stop": 870170640
        },
        {
            "start": 870170657,
            "stop": 870171044
        },
        {
            "start": 870171225,
            "stop": 870171420
        },
        {
            "start": 870171480,
            "stop": 870175328
        },
        {
            "start": 870175448,
            "stop": 870177320
        },
        {
            "start": 870177360,
            "stop": 870177780
        },
        {
            "start": 870178986,
            "stop": 870179870
        },
        {
            "start": 870179961,
            "stop": 870180187
        },
        {
            "start": 870180204,
            "stop": 870180586
        },
        {
            "start": 870180603,
            "stop": 870180912
        },
        {
            "start": 870180930,
            "stop": 870182502
        },
        {
            "start": 870182568,
            "stop": 870183335
        },
        {
            "start": 870183538,
            "stop": 870183770
        },
        {
            "start": 870183850,
            "stop": 870184959
        },
        {
            "start": 870185079,
            "stop": 870185420
        },
        {
            "start": 870185540,
            "stop": 870185851
        },
        {
            "start": 870185971,
            "stop": 870186204
        }
    ]
}