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=201
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=202",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=200",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 201,
    "results": [
        {
            "start": 816929394,
            "stop": 816929397
        },
        {
            "start": 816929400,
            "stop": 816929404
        },
        {
            "start": 816929413,
            "stop": 816929416
        },
        {
            "start": 816929421,
            "stop": 816929524
        },
        {
            "start": 816929530,
            "stop": 816929578
        },
        {
            "start": 816929582,
            "stop": 816929593
        },
        {
            "start": 816929598,
            "stop": 816929621
        },
        {
            "start": 816929635,
            "stop": 816929776
        },
        {
            "start": 816929780,
            "stop": 816929788
        },
        {
            "start": 816929792,
            "stop": 816929802
        },
        {
            "start": 816929805,
            "stop": 816929892
        },
        {
            "start": 816929896,
            "stop": 816929903
        },
        {
            "start": 816929908,
            "stop": 816929926
        },
        {
            "start": 816929932,
            "stop": 816930016
        },
        {
            "start": 816930020,
            "stop": 816930026
        },
        {
            "start": 816930029,
            "stop": 816930057
        },
        {
            "start": 816930061,
            "stop": 816930084
        },
        {
            "start": 816930087,
            "stop": 816930097
        },
        {
            "start": 816930101,
            "stop": 816930297
        },
        {
            "start": 816930302,
            "stop": 816930459
        }
    ]
}