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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=235",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=233",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 234,
    "results": [
        {
            "start": 934106655,
            "stop": 934106791
        },
        {
            "start": 934106796,
            "stop": 934106845
        },
        {
            "start": 934106850,
            "stop": 934107343
        },
        {
            "start": 934107347,
            "stop": 934107415
        },
        {
            "start": 934107417,
            "stop": 934107444
        },
        {
            "start": 934107447,
            "stop": 934107634
        },
        {
            "start": 934107636,
            "stop": 934107666
        },
        {
            "start": 934107669,
            "stop": 934107763
        },
        {
            "start": 934107767,
            "stop": 934107796
        },
        {
            "start": 934107799,
            "stop": 934108022
        },
        {
            "start": 934108025,
            "stop": 934108121
        },
        {
            "start": 934108124,
            "stop": 934108351
        },
        {
            "start": 934108353,
            "stop": 934108416
        },
        {
            "start": 934108419,
            "stop": 934108615
        },
        {
            "start": 934108620,
            "stop": 934109387
        },
        {
            "start": 934109392,
            "stop": 934110015
        },
        {
            "start": 934110255,
            "stop": 934110944
        },
        {
            "start": 934110946,
            "stop": 934111018
        },
        {
            "start": 934111021,
            "stop": 934111035
        },
        {
            "start": 934111037,
            "stop": 934111234
        }
    ]
}