Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=312
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=313",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=311",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 312,
    "results": [
        {
            "start": 874353403,
            "stop": 874353531
        },
        {
            "start": 874354880,
            "stop": 874355365
        },
        {
            "start": 874356376,
            "stop": 874364165
        },
        {
            "start": 874364227,
            "stop": 874368115
        },
        {
            "start": 874369185,
            "stop": 874373675
        },
        {
            "start": 874374724,
            "stop": 874379832
        },
        {
            "start": 874381601,
            "stop": 874384346
        },
        {
            "start": 874385838,
            "stop": 874395597
        },
        {
            "start": 874397966,
            "stop": 874401491
        },
        {
            "start": 874402396,
            "stop": 874421683
        },
        {
            "start": 874421938,
            "stop": 874422276
        },
        {
            "start": 874429309,
            "stop": 874432913
        },
        {
            "start": 874433689,
            "stop": 874433981
        },
        {
            "start": 874434244,
            "stop": 874436267
        },
        {
            "start": 874436697,
            "stop": 874443314
        },
        {
            "start": 874450665,
            "stop": 874452670
        },
        {
            "start": 874452909,
            "stop": 874488228
        },
        {
            "start": 874489490,
            "stop": 874516557
        },
        {
            "start": 874518438,
            "stop": 874519507
        },
        {
            "start": 874519566,
            "stop": 874520066
        }
    ]
}