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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3717",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3715",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3716,
    "results": [
        {
            "start": 971006244,
            "stop": 971006248
        },
        {
            "start": 971006251,
            "stop": 971006272
        },
        {
            "start": 971006275,
            "stop": 971006277
        },
        {
            "start": 971006280,
            "stop": 971006285
        },
        {
            "start": 971006288,
            "stop": 971006308
        },
        {
            "start": 971006311,
            "stop": 971006324
        },
        {
            "start": 971006327,
            "stop": 971006357
        },
        {
            "start": 971006360,
            "stop": 971006387
        },
        {
            "start": 971006390,
            "stop": 971006391
        },
        {
            "start": 971006394,
            "stop": 971006397
        },
        {
            "start": 971006403,
            "stop": 971006429
        },
        {
            "start": 971006432,
            "stop": 971006476
        },
        {
            "start": 971006479,
            "stop": 971006482
        },
        {
            "start": 971006485,
            "stop": 971006503
        },
        {
            "start": 971006507,
            "stop": 971006582
        },
        {
            "start": 971006585,
            "stop": 971006587
        },
        {
            "start": 971006590,
            "stop": 971006635
        },
        {
            "start": 971006638,
            "stop": 971006754
        },
        {
            "start": 971006757,
            "stop": 971006772
        },
        {
            "start": 971006775,
            "stop": 971006798
        }
    ]
}