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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=231",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=229",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 230,
    "results": [
        {
            "start": 958440367,
            "stop": 958444222
        },
        {
            "start": 958446560,
            "stop": 958448822
        },
        {
            "start": 958452736,
            "stop": 958492352
        },
        {
            "start": 958492721,
            "stop": 958503661
        },
        {
            "start": 958509374,
            "stop": 958509870
        },
        {
            "start": 958512657,
            "stop": 958515248
        },
        {
            "start": 958519664,
            "stop": 958532808
        },
        {
            "start": 958538559,
            "stop": 958556774
        },
        {
            "start": 958558352,
            "stop": 958573205
        },
        {
            "start": 958588045,
            "stop": 958600510
        },
        {
            "start": 958600513,
            "stop": 958601796
        },
        {
            "start": 958601800,
            "stop": 958601801
        },
        {
            "start": 958601804,
            "stop": 958601805
        },
        {
            "start": 958601809,
            "stop": 958601810
        },
        {
            "start": 958601813,
            "stop": 958608474
        },
        {
            "start": 958610325,
            "stop": 958614821
        },
        {
            "start": 958614824,
            "stop": 958615158
        },
        {
            "start": 958615161,
            "stop": 958615355
        },
        {
            "start": 958615358,
            "stop": 958615372
        },
        {
            "start": 958615376,
            "stop": 958615642
        }
    ]
}