Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=157
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=158",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=156",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 157,
    "results": [
        {
            "start": 932360356,
            "stop": 932360415
        },
        {
            "start": 932360775,
            "stop": 932361732
        },
        {
            "start": 932361751,
            "stop": 932361786
        },
        {
            "start": 932361805,
            "stop": 932361822
        },
        {
            "start": 932362651,
            "stop": 932362883
        },
        {
            "start": 932362885,
            "stop": 932362942
        },
        {
            "start": 932362945,
            "stop": 932363618
        },
        {
            "start": 932363621,
            "stop": 932363929
        },
        {
            "start": 932363933,
            "stop": 932364015
        },
        {
            "start": 932364375,
            "stop": 932364744
        },
        {
            "start": 932364747,
            "stop": 932364760
        },
        {
            "start": 932364762,
            "stop": 932364774
        },
        {
            "start": 932364777,
            "stop": 932364939
        },
        {
            "start": 932364942,
            "stop": 932365825
        },
        {
            "start": 932370618,
            "stop": 932371215
        },
        {
            "start": 932371575,
            "stop": 932373038
        },
        {
            "start": 932373041,
            "stop": 932373144
        },
        {
            "start": 932379009,
            "stop": 932379207
        },
        {
            "start": 932379209,
            "stop": 932382015
        },
        {
            "start": 932382375,
            "stop": 932382670
        }
    ]
}