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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=203",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=201",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 202,
    "results": [
        {
            "start": 931449132,
            "stop": 931449224
        },
        {
            "start": 931449226,
            "stop": 931449440
        },
        {
            "start": 931449442,
            "stop": 931449459
        },
        {
            "start": 931449460,
            "stop": 931449470
        },
        {
            "start": 931449472,
            "stop": 931449477
        },
        {
            "start": 931449479,
            "stop": 931449488
        },
        {
            "start": 931449490,
            "stop": 931449521
        },
        {
            "start": 931449523,
            "stop": 931449530
        },
        {
            "start": 931449532,
            "stop": 931449602
        },
        {
            "start": 931449604,
            "stop": 931449618
        },
        {
            "start": 931449620,
            "stop": 931449623
        },
        {
            "start": 931449626,
            "stop": 931449627
        },
        {
            "start": 931449629,
            "stop": 931449633
        },
        {
            "start": 931449635,
            "stop": 931449704
        },
        {
            "start": 931449705,
            "stop": 931449722
        },
        {
            "start": 931449726,
            "stop": 931449748
        },
        {
            "start": 931449750,
            "stop": 931449751
        },
        {
            "start": 931449871,
            "stop": 931449899
        },
        {
            "start": 931449901,
            "stop": 931449906
        },
        {
            "start": 931449908,
            "stop": 931449920
        }
    ]
}