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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3926",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3924",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3925,
    "results": [
        {
            "start": 874161324,
            "stop": 874161399
        },
        {
            "start": 874161401,
            "stop": 874162165
        },
        {
            "start": 874162168,
            "stop": 874162980
        },
        {
            "start": 874163040,
            "stop": 874163100
        },
        {
            "start": 874163280,
            "stop": 874163281
        },
        {
            "start": 874184713,
            "stop": 874184754
        },
        {
            "start": 874184755,
            "stop": 874184765
        },
        {
            "start": 874184766,
            "stop": 874184768
        },
        {
            "start": 874184770,
            "stop": 874184774
        },
        {
            "start": 874184775,
            "stop": 874184864
        },
        {
            "start": 874184865,
            "stop": 874184885
        },
        {
            "start": 874184886,
            "stop": 874184888
        },
        {
            "start": 874184889,
            "stop": 874184893
        },
        {
            "start": 874184894,
            "stop": 874184922
        },
        {
            "start": 874184923,
            "stop": 874184996
        },
        {
            "start": 874184998,
            "stop": 874185026
        },
        {
            "start": 874185027,
            "stop": 874185407
        },
        {
            "start": 874185408,
            "stop": 874185414
        },
        {
            "start": 874185416,
            "stop": 874185426
        },
        {
            "start": 874185427,
            "stop": 874185432
        }
    ]
}