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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3214",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3212",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3213,
    "results": [
        {
            "start": 871326000,
            "stop": 871326097
        },
        {
            "start": 871326102,
            "stop": 871326300
        },
        {
            "start": 871326360,
            "stop": 871326495
        },
        {
            "start": 871326499,
            "stop": 871326534
        },
        {
            "start": 871326543,
            "stop": 871326602
        },
        {
            "start": 871326606,
            "stop": 871326716
        },
        {
            "start": 871326720,
            "stop": 871326787
        },
        {
            "start": 871326790,
            "stop": 871326840
        },
        {
            "start": 871326960,
            "stop": 871326995
        },
        {
            "start": 871326998,
            "stop": 871327184
        },
        {
            "start": 871327192,
            "stop": 871327200
        },
        {
            "start": 871327260,
            "stop": 871327360
        },
        {
            "start": 871327372,
            "stop": 871327380
        },
        {
            "start": 871327384,
            "stop": 871327419
        },
        {
            "start": 871327427,
            "stop": 871327506
        },
        {
            "start": 871327515,
            "stop": 871327620
        },
        {
            "start": 871327680,
            "stop": 871327754
        },
        {
            "start": 871327763,
            "stop": 871327773
        },
        {
            "start": 871327787,
            "stop": 871327797
        },
        {
            "start": 871327801,
            "stop": 871327806
        }
    ]
}