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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=36",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 37,
    "results": [
        {
            "start": 816684777,
            "stop": 816684853
        },
        {
            "start": 816684860,
            "stop": 816685009
        },
        {
            "start": 816685038,
            "stop": 816685062
        },
        {
            "start": 816685071,
            "stop": 816685325
        },
        {
            "start": 816685381,
            "stop": 816685635
        },
        {
            "start": 816685642,
            "stop": 816685662
        },
        {
            "start": 816685669,
            "stop": 816685739
        },
        {
            "start": 816685747,
            "stop": 816685761
        },
        {
            "start": 816685798,
            "stop": 816685889
        },
        {
            "start": 816685918,
            "stop": 816686124
        },
        {
            "start": 816686157,
            "stop": 816686186
        },
        {
            "start": 816686194,
            "stop": 816686217
        },
        {
            "start": 816686246,
            "stop": 816686329
        },
        {
            "start": 816686374,
            "stop": 816686546
        },
        {
            "start": 816686575,
            "stop": 816686770
        },
        {
            "start": 816686799,
            "stop": 816687005
        },
        {
            "start": 816687014,
            "stop": 816687109
        },
        {
            "start": 816687117,
            "stop": 816687149
        },
        {
            "start": 816687183,
            "stop": 816687219
        },
        {
            "start": 816687227,
            "stop": 816687804
        }
    ]
}