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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4525",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4523",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4524,
    "results": [
        {
            "start": 968525526,
            "stop": 968525954
        },
        {
            "start": 968525957,
            "stop": 968526122
        },
        {
            "start": 968526125,
            "stop": 968526737
        },
        {
            "start": 968526740,
            "stop": 968526859
        },
        {
            "start": 968526862,
            "stop": 968527107
        },
        {
            "start": 968527110,
            "stop": 968527642
        },
        {
            "start": 968527645,
            "stop": 968527737
        },
        {
            "start": 968527740,
            "stop": 968527899
        },
        {
            "start": 968527902,
            "stop": 968527949
        },
        {
            "start": 968527953,
            "stop": 968527975
        },
        {
            "start": 968527978,
            "stop": 968527998
        },
        {
            "start": 968528002,
            "stop": 968528038
        },
        {
            "start": 968528041,
            "stop": 968528198
        },
        {
            "start": 968528258,
            "stop": 968528291
        },
        {
            "start": 968528294,
            "stop": 968528361
        },
        {
            "start": 968528365,
            "stop": 968528406
        },
        {
            "start": 968528409,
            "stop": 968528423
        },
        {
            "start": 968528426,
            "stop": 968528459
        },
        {
            "start": 968528462,
            "stop": 968528463
        },
        {
            "start": 968528466,
            "stop": 968528468
        }
    ]
}