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=3851
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=3852",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3850",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3851,
    "results": [
        {
            "start": 873658433,
            "stop": 873658436
        },
        {
            "start": 873658437,
            "stop": 873658439
        },
        {
            "start": 873658440,
            "stop": 873658459
        },
        {
            "start": 873658460,
            "stop": 873658487
        },
        {
            "start": 873658488,
            "stop": 873658490
        },
        {
            "start": 873658491,
            "stop": 873658497
        },
        {
            "start": 873658498,
            "stop": 873658499
        },
        {
            "start": 873658500,
            "stop": 873659513
        },
        {
            "start": 873659514,
            "stop": 873659578
        },
        {
            "start": 873661484,
            "stop": 873661495
        },
        {
            "start": 873661496,
            "stop": 873661504
        },
        {
            "start": 873661505,
            "stop": 873663720
        },
        {
            "start": 873663780,
            "stop": 873664800
        },
        {
            "start": 873664860,
            "stop": 873664952
        },
        {
            "start": 873664953,
            "stop": 873665005
        },
        {
            "start": 873665007,
            "stop": 873665009
        },
        {
            "start": 873665828,
            "stop": 873665914
        },
        {
            "start": 873665916,
            "stop": 873665925
        },
        {
            "start": 873665929,
            "stop": 873670136
        },
        {
            "start": 873670138,
            "stop": 873670320
        }
    ]
}