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=110
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=111",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=109",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 110,
    "results": [
        {
            "start": 818215250,
            "stop": 818215256
        },
        {
            "start": 818215289,
            "stop": 818215290
        },
        {
            "start": 818215738,
            "stop": 818215740
        },
        {
            "start": 818216808,
            "stop": 818216810
        },
        {
            "start": 818216934,
            "stop": 818216935
        },
        {
            "start": 818216984,
            "stop": 818216985
        },
        {
            "start": 818217070,
            "stop": 818217072
        },
        {
            "start": 818217160,
            "stop": 818217161
        },
        {
            "start": 818217343,
            "stop": 818217347
        },
        {
            "start": 818217359,
            "stop": 818217363
        },
        {
            "start": 818217554,
            "stop": 818217557
        },
        {
            "start": 818217623,
            "stop": 818217624
        },
        {
            "start": 818217682,
            "stop": 818217689
        },
        {
            "start": 818217759,
            "stop": 818217762
        },
        {
            "start": 818218042,
            "stop": 818218043
        },
        {
            "start": 818218066,
            "stop": 818218069
        },
        {
            "start": 818218092,
            "stop": 818218095
        },
        {
            "start": 818218137,
            "stop": 818218140
        },
        {
            "start": 818218203,
            "stop": 818218210
        },
        {
            "start": 818218347,
            "stop": 818218350
        }
    ]
}