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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=548",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=546",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 547,
    "results": [
        {
            "start": 1185176304,
            "stop": 1185176308
        },
        {
            "start": 1185176312,
            "stop": 1185178787
        },
        {
            "start": 1185178789,
            "stop": 1185179045
        },
        {
            "start": 1185179049,
            "stop": 1185183195
        },
        {
            "start": 1185183201,
            "stop": 1185183202
        },
        {
            "start": 1185183204,
            "stop": 1185189679
        },
        {
            "start": 1185189681,
            "stop": 1185192134
        },
        {
            "start": 1185192136,
            "stop": 1185193671
        },
        {
            "start": 1185193674,
            "stop": 1185193777
        },
        {
            "start": 1185193779,
            "stop": 1185194393
        },
        {
            "start": 1185194396,
            "stop": 1185194399
        },
        {
            "start": 1185194407,
            "stop": 1185195888
        },
        {
            "start": 1185195890,
            "stop": 1185197563
        },
        {
            "start": 1185197565,
            "stop": 1185197905
        },
        {
            "start": 1185197907,
            "stop": 1185198077
        },
        {
            "start": 1185198079,
            "stop": 1185198195
        },
        {
            "start": 1185198197,
            "stop": 1185198201
        },
        {
            "start": 1185198203,
            "stop": 1185198291
        },
        {
            "start": 1185198293,
            "stop": 1185198307
        },
        {
            "start": 1185198309,
            "stop": 1185198311
        }
    ]
}