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=3313
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=3314",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3312",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3313,
    "results": [
        {
            "start": 875162580,
            "stop": 875162640
        },
        {
            "start": 875162880,
            "stop": 875163000
        },
        {
            "start": 875163120,
            "stop": 875163180
        },
        {
            "start": 875163240,
            "stop": 875163480
        },
        {
            "start": 875163540,
            "stop": 875166300
        },
        {
            "start": 875175660,
            "stop": 875175900
        },
        {
            "start": 875175960,
            "stop": 875176020
        },
        {
            "start": 875176140,
            "stop": 875181060
        },
        {
            "start": 875181120,
            "stop": 875182081
        },
        {
            "start": 875182085,
            "stop": 875182114
        },
        {
            "start": 875182117,
            "stop": 875182123
        },
        {
            "start": 875182129,
            "stop": 875182132
        },
        {
            "start": 875182135,
            "stop": 875182146
        },
        {
            "start": 875182150,
            "stop": 875182151
        },
        {
            "start": 875182155,
            "stop": 875182156
        },
        {
            "start": 875182160,
            "stop": 875182178
        },
        {
            "start": 875182299,
            "stop": 875182740
        },
        {
            "start": 875183040,
            "stop": 875183100
        },
        {
            "start": 875183340,
            "stop": 875183400
        },
        {
            "start": 875183760,
            "stop": 875183820
        }
    ]
}