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=265
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=266",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=264",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 265,
    "results": [
        {
            "start": 864044956,
            "stop": 864047798
        },
        {
            "start": 864051003,
            "stop": 864051007
        },
        {
            "start": 864051083,
            "stop": 864054039
        },
        {
            "start": 864056888,
            "stop": 864057432
        },
        {
            "start": 864060008,
            "stop": 864064736
        },
        {
            "start": 864068989,
            "stop": 864069318
        },
        {
            "start": 864069491,
            "stop": 864069649
        },
        {
            "start": 864071349,
            "stop": 864077017
        },
        {
            "start": 864110004,
            "stop": 864111638
        },
        {
            "start": 864112936,
            "stop": 864127558
        },
        {
            "start": 864127648,
            "stop": 864127650
        },
        {
            "start": 864129601,
            "stop": 864129801
        },
        {
            "start": 864131747,
            "stop": 864132184
        },
        {
            "start": 864132855,
            "stop": 864133442
        },
        {
            "start": 864135065,
            "stop": 864136528
        },
        {
            "start": 864137981,
            "stop": 864138091
        },
        {
            "start": 864138319,
            "stop": 864138820
        },
        {
            "start": 864140329,
            "stop": 864140337
        },
        {
            "start": 864140366,
            "stop": 864143839
        },
        {
            "start": 864145955,
            "stop": 864146848
        }
    ]
}