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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46993",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46991",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46992,
    "results": [
        {
            "start": 875218962,
            "stop": 875218965
        },
        {
            "start": 875218966,
            "stop": 875218968
        },
        {
            "start": 875218970,
            "stop": 875218977
        },
        {
            "start": 875218978,
            "stop": 875218992
        },
        {
            "start": 875218993,
            "stop": 875219000
        },
        {
            "start": 875219001,
            "stop": 875219030
        },
        {
            "start": 875219031,
            "stop": 875219033
        },
        {
            "start": 875219036,
            "stop": 875219071
        },
        {
            "start": 875219072,
            "stop": 875219075
        },
        {
            "start": 875219076,
            "stop": 875219077
        },
        {
            "start": 875219078,
            "stop": 875219092
        },
        {
            "start": 875219095,
            "stop": 875219098
        },
        {
            "start": 875219099,
            "stop": 875219105
        },
        {
            "start": 875219108,
            "stop": 875219120
        },
        {
            "start": 875219121,
            "stop": 875219129
        },
        {
            "start": 875219130,
            "stop": 875219133
        },
        {
            "start": 875219143,
            "stop": 875219148
        },
        {
            "start": 875219150,
            "stop": 875219162
        },
        {
            "start": 875219164,
            "stop": 875219170
        },
        {
            "start": 875219173,
            "stop": 875219184
        }
    ]
}