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=271
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=272",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=270",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 271,
    "results": [
        {
            "start": 821755693,
            "stop": 821757273
        },
        {
            "start": 821760530,
            "stop": 821767614
        },
        {
            "start": 821767678,
            "stop": 821767811
        },
        {
            "start": 821768263,
            "stop": 821776402
        },
        {
            "start": 821776524,
            "stop": 821779391
        },
        {
            "start": 821779396,
            "stop": 821779487
        },
        {
            "start": 821779493,
            "stop": 821780212
        },
        {
            "start": 821780218,
            "stop": 821780234
        },
        {
            "start": 821780274,
            "stop": 821780285
        },
        {
            "start": 821781726,
            "stop": 821781832
        },
        {
            "start": 821781837,
            "stop": 821783478
        },
        {
            "start": 821783483,
            "stop": 821783740
        },
        {
            "start": 821786944,
            "stop": 821788096
        },
        {
            "start": 821788774,
            "stop": 821788882
        },
        {
            "start": 821789017,
            "stop": 821789515
        },
        {
            "start": 821789523,
            "stop": 821789628
        },
        {
            "start": 821789722,
            "stop": 821790030
        },
        {
            "start": 821790113,
            "stop": 821790936
        },
        {
            "start": 821791210,
            "stop": 821791899
        },
        {
            "start": 821791904,
            "stop": 821792176
        }
    ]
}