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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=173",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=171",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 172,
    "results": [
        {
            "start": 932963226,
            "stop": 932963241
        },
        {
            "start": 932963285,
            "stop": 932963332
        },
        {
            "start": 932963364,
            "stop": 932963372
        },
        {
            "start": 932963395,
            "stop": 932963433
        },
        {
            "start": 932963452,
            "stop": 932963504
        },
        {
            "start": 932963523,
            "stop": 932963527
        },
        {
            "start": 932963561,
            "stop": 932963571
        },
        {
            "start": 932963590,
            "stop": 932963599
        },
        {
            "start": 932963636,
            "stop": 932963656
        },
        {
            "start": 932963713,
            "stop": 932963716
        },
        {
            "start": 932963737,
            "stop": 932963743
        },
        {
            "start": 932963762,
            "stop": 932963766
        },
        {
            "start": 932963785,
            "stop": 932963805
        },
        {
            "start": 932963839,
            "stop": 932963871
        },
        {
            "start": 932963899,
            "stop": 932963930
        },
        {
            "start": 932963949,
            "stop": 932963950
        },
        {
            "start": 932963981,
            "stop": 932963995
        },
        {
            "start": 932964022,
            "stop": 932964123
        },
        {
            "start": 932964142,
            "stop": 932964172
        },
        {
            "start": 932964214,
            "stop": 932964223
        }
    ]
}