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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=836",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=834",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 835,
    "results": [
        {
            "start": 961089258,
            "stop": 961089318
        },
        {
            "start": 961089324,
            "stop": 961089328
        },
        {
            "start": 961089339,
            "stop": 961089399
        },
        {
            "start": 961089405,
            "stop": 961089433
        },
        {
            "start": 961089439,
            "stop": 961089568
        },
        {
            "start": 961089579,
            "stop": 961089583
        },
        {
            "start": 961089589,
            "stop": 961089614
        },
        {
            "start": 961089620,
            "stop": 961089728
        },
        {
            "start": 961089740,
            "stop": 961089856
        },
        {
            "start": 961089862,
            "stop": 961090051
        },
        {
            "start": 961090057,
            "stop": 961090076
        },
        {
            "start": 961090082,
            "stop": 961090179
        },
        {
            "start": 961090190,
            "stop": 961090211
        },
        {
            "start": 961090217,
            "stop": 961090218
        },
        {
            "start": 961227571,
            "stop": 961228170
        },
        {
            "start": 961229118,
            "stop": 961238596
        },
        {
            "start": 961312386,
            "stop": 961314004
        },
        {
            "start": 961314010,
            "stop": 961314888
        },
        {
            "start": 961315746,
            "stop": 961316385
        },
        {
            "start": 961316391,
            "stop": 961317048
        }
    ]
}