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=70
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=71",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=69",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 70,
    "results": [
        {
            "start": 817986828,
            "stop": 817986888
        },
        {
            "start": 817986896,
            "stop": 817987018
        },
        {
            "start": 817987026,
            "stop": 817987144
        },
        {
            "start": 817987152,
            "stop": 817987467
        },
        {
            "start": 817987476,
            "stop": 817987568
        },
        {
            "start": 817987576,
            "stop": 817987580
        },
        {
            "start": 817987588,
            "stop": 817987882
        },
        {
            "start": 817987890,
            "stop": 817987969
        },
        {
            "start": 817987977,
            "stop": 817988085
        },
        {
            "start": 817988093,
            "stop": 817988478
        },
        {
            "start": 817988486,
            "stop": 817988546
        },
        {
            "start": 817988554,
            "stop": 817988610
        },
        {
            "start": 817988618,
            "stop": 817988699
        },
        {
            "start": 817988707,
            "stop": 817989692
        },
        {
            "start": 817989700,
            "stop": 817989778
        },
        {
            "start": 817989786,
            "stop": 817989793
        },
        {
            "start": 817989801,
            "stop": 817990491
        },
        {
            "start": 817990499,
            "stop": 817990957
        },
        {
            "start": 817990968,
            "stop": 817991086
        },
        {
            "start": 817991094,
            "stop": 817991237
        }
    ]
}