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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=92",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=90",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 91,
    "results": [
        {
            "start": 931089081,
            "stop": 931089084
        },
        {
            "start": 931089086,
            "stop": 931089093
        },
        {
            "start": 931089094,
            "stop": 931089096
        },
        {
            "start": 931089097,
            "stop": 931089101
        },
        {
            "start": 931089102,
            "stop": 931089104
        },
        {
            "start": 931089105,
            "stop": 931089106
        },
        {
            "start": 931089108,
            "stop": 931089109
        },
        {
            "start": 931089111,
            "stop": 931089114
        },
        {
            "start": 931089115,
            "stop": 931089116
        },
        {
            "start": 931089117,
            "stop": 931089120
        },
        {
            "start": 931089121,
            "stop": 931089125
        },
        {
            "start": 931089126,
            "stop": 931089127
        },
        {
            "start": 931089128,
            "stop": 931089132
        },
        {
            "start": 931089136,
            "stop": 931089137
        },
        {
            "start": 931089138,
            "stop": 931089139
        },
        {
            "start": 931089141,
            "stop": 931089150
        },
        {
            "start": 931089153,
            "stop": 931089158
        },
        {
            "start": 931089163,
            "stop": 931089166
        },
        {
            "start": 931089167,
            "stop": 931089174
        },
        {
            "start": 931089175,
            "stop": 931089176
        }
    ]
}