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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=23",
    "results_count": 758,
    "results_per_page": 20,
    "num_pages": 38,
    "page_number": 24,
    "results": [
        {
            "start": 959741557,
            "stop": 959741670
        },
        {
            "start": 959760781,
            "stop": 959760894
        },
        {
            "start": 959803911,
            "stop": 959804023
        },
        {
            "start": 959913070,
            "stop": 959913182
        },
        {
            "start": 959921469,
            "stop": 959921630
        },
        {
            "start": 959970717,
            "stop": 959970830
        },
        {
            "start": 959979758,
            "stop": 959979918
        },
        {
            "start": 960028453,
            "stop": 960028566
        },
        {
            "start": 960073367,
            "stop": 960073479
        },
        {
            "start": 960236423,
            "stop": 960236575
        },
        {
            "start": 960279318,
            "stop": 960279431
        },
        {
            "start": 960305214,
            "stop": 960305375
        },
        {
            "start": 960541799,
            "stop": 960541911
        },
        {
            "start": 960722597,
            "stop": 960722710
        },
        {
            "start": 960806840,
            "stop": 960807001
        },
        {
            "start": 960840089,
            "stop": 960840201
        },
        {
            "start": 960890313,
            "stop": 960890425
        },
        {
            "start": 960979345,
            "stop": 960979457
        },
        {
            "start": 960994064,
            "stop": 960994177
        },
        {
            "start": 961007432,
            "stop": 961007545
        }
    ]
}