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=5373
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=5374",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5372",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5373,
    "results": [
        {
            "start": 971549639,
            "stop": 971549648
        },
        {
            "start": 971549651,
            "stop": 971549666
        },
        {
            "start": 971549669,
            "stop": 971549719
        },
        {
            "start": 971549722,
            "stop": 971549724
        },
        {
            "start": 971549746,
            "stop": 971549758
        },
        {
            "start": 971549762,
            "stop": 971549877
        },
        {
            "start": 971550218,
            "stop": 971550230
        },
        {
            "start": 971550233,
            "stop": 971550275
        },
        {
            "start": 971550293,
            "stop": 971550348
        },
        {
            "start": 971550351,
            "stop": 971550404
        },
        {
            "start": 971550407,
            "stop": 971550445
        },
        {
            "start": 971550448,
            "stop": 971550575
        },
        {
            "start": 971550578,
            "stop": 971550608
        },
        {
            "start": 971550611,
            "stop": 971550663
        },
        {
            "start": 971550666,
            "stop": 971550700
        },
        {
            "start": 971550703,
            "stop": 971550866
        },
        {
            "start": 971550883,
            "stop": 971550898
        },
        {
            "start": 971550901,
            "stop": 971550933
        },
        {
            "start": 971550936,
            "stop": 971550939
        },
        {
            "start": 971550942,
            "stop": 971551016
        }
    ]
}