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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9930",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9928",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9929,
    "results": [
        {
            "start": 870928105,
            "stop": 870928106
        },
        {
            "start": 870928156,
            "stop": 870928157
        },
        {
            "start": 870928222,
            "stop": 870928227
        },
        {
            "start": 870928263,
            "stop": 870928275
        },
        {
            "start": 870928291,
            "stop": 870928301
        },
        {
            "start": 870928380,
            "stop": 870928383
        },
        {
            "start": 870928392,
            "stop": 870928442
        },
        {
            "start": 870928523,
            "stop": 870928530
        },
        {
            "start": 870928570,
            "stop": 870928591
        },
        {
            "start": 870928599,
            "stop": 870928601
        },
        {
            "start": 870928644,
            "stop": 870928649
        },
        {
            "start": 870928712,
            "stop": 870928713
        },
        {
            "start": 870928721,
            "stop": 870928744
        },
        {
            "start": 870928862,
            "stop": 870928963
        },
        {
            "start": 870929044,
            "stop": 870929048
        },
        {
            "start": 870929097,
            "stop": 870929200
        },
        {
            "start": 870929236,
            "stop": 870929313
        },
        {
            "start": 870929349,
            "stop": 870929356
        },
        {
            "start": 870929363,
            "stop": 870929437
        },
        {
            "start": 870929540,
            "stop": 870929637
        }
    ]
}