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=198
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=199",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=197",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 198,
    "results": [
        {
            "start": 820419548,
            "stop": 820419633
        },
        {
            "start": 820421417,
            "stop": 820421512
        },
        {
            "start": 820421519,
            "stop": 820421538
        },
        {
            "start": 820421545,
            "stop": 820421560
        },
        {
            "start": 820421565,
            "stop": 820421579
        },
        {
            "start": 820422695,
            "stop": 820422740
        },
        {
            "start": 820437730,
            "stop": 820438230
        },
        {
            "start": 820443058,
            "stop": 820443751
        },
        {
            "start": 820443756,
            "stop": 820444358
        },
        {
            "start": 820444364,
            "stop": 820444631
        },
        {
            "start": 820444636,
            "stop": 820444688
        },
        {
            "start": 820444697,
            "stop": 820444712
        },
        {
            "start": 820444717,
            "stop": 820445402
        },
        {
            "start": 820445407,
            "stop": 820445794
        },
        {
            "start": 820445801,
            "stop": 820446291
        },
        {
            "start": 820446296,
            "stop": 820446357
        },
        {
            "start": 820446362,
            "stop": 820447051
        },
        {
            "start": 820447056,
            "stop": 820447191
        },
        {
            "start": 820447196,
            "stop": 820447339
        },
        {
            "start": 820447344,
            "stop": 820447411
        }
    ]
}