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/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5306
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=5307",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5305",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5306,
    "results": [
        {
            "start": 970729298,
            "stop": 970729418
        },
        {
            "start": 970729838,
            "stop": 970729898
        },
        {
            "start": 970729958,
            "stop": 970730018
        },
        {
            "start": 970730198,
            "stop": 970730793
        },
        {
            "start": 970730796,
            "stop": 970730888
        },
        {
            "start": 970730891,
            "stop": 970730911
        },
        {
            "start": 970730914,
            "stop": 970731859
        },
        {
            "start": 970731862,
            "stop": 970732871
        },
        {
            "start": 970732874,
            "stop": 970733143
        },
        {
            "start": 970733146,
            "stop": 970733527
        },
        {
            "start": 970733530,
            "stop": 970734006
        },
        {
            "start": 970734009,
            "stop": 970734260
        },
        {
            "start": 970734263,
            "stop": 970734706
        },
        {
            "start": 970734723,
            "stop": 970735346
        },
        {
            "start": 970735349,
            "stop": 970735769
        },
        {
            "start": 970735772,
            "stop": 970736476
        },
        {
            "start": 970736479,
            "stop": 970736608
        },
        {
            "start": 970736611,
            "stop": 970737198
        },
        {
            "start": 970737215,
            "stop": 970737460
        },
        {
            "start": 970737463,
            "stop": 970737778
        }
    ]
}