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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2078",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2076",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2077,
    "results": [
        {
            "start": 870928380,
            "stop": 870928442
        },
        {
            "start": 870928461,
            "stop": 870928471
        },
        {
            "start": 870928494,
            "stop": 870928530
        },
        {
            "start": 870928549,
            "stop": 870928601
        },
        {
            "start": 870928627,
            "stop": 870928649
        },
        {
            "start": 870928695,
            "stop": 870928744
        },
        {
            "start": 870928796,
            "stop": 870928808
        },
        {
            "start": 870928845,
            "stop": 870928963
        },
        {
            "start": 870929024,
            "stop": 870929048
        },
        {
            "start": 870929080,
            "stop": 870929200
        },
        {
            "start": 870929219,
            "stop": 870929313
        },
        {
            "start": 870929332,
            "stop": 870929437
        },
        {
            "start": 870929457,
            "stop": 870929479
        },
        {
            "start": 870929523,
            "stop": 870929641
        },
        {
            "start": 870929660,
            "stop": 870929880
        },
        {
            "start": 870929940,
            "stop": 870930090
        },
        {
            "start": 870930148,
            "stop": 870930155
        },
        {
            "start": 870930176,
            "stop": 870930208
        },
        {
            "start": 870930227,
            "stop": 870930251
        },
        {
            "start": 870930300,
            "stop": 870930340
        }
    ]
}