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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10221",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10219",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10220,
    "results": [
        {
            "start": 874159057,
            "stop": 874159111
        },
        {
            "start": 874159145,
            "stop": 874159163
        },
        {
            "start": 874159199,
            "stop": 874159268
        },
        {
            "start": 874159275,
            "stop": 874159532
        },
        {
            "start": 874159603,
            "stop": 874159675
        },
        {
            "start": 874159711,
            "stop": 874159712
        },
        {
            "start": 874159769,
            "stop": 874159856
        },
        {
            "start": 874159892,
            "stop": 874159996
        },
        {
            "start": 874160032,
            "stop": 874160295
        },
        {
            "start": 874160331,
            "stop": 874160619
        },
        {
            "start": 874160791,
            "stop": 874161231
        },
        {
            "start": 874161351,
            "stop": 874161379
        },
        {
            "start": 874161396,
            "stop": 874161399
        },
        {
            "start": 874161417,
            "stop": 874161449
        },
        {
            "start": 874161465,
            "stop": 874162157
        },
        {
            "start": 874162193,
            "stop": 874162922
        },
        {
            "start": 874162931,
            "stop": 874162978
        },
        {
            "start": 874163040,
            "stop": 874163100
        },
        {
            "start": 874184724,
            "stop": 874184746
        },
        {
            "start": 874184800,
            "stop": 874184837
        }
    ]
}