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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=384",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=382",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 383,
    "results": [
        {
            "start": 932360348,
            "stop": 932360415
        },
        {
            "start": 932360775,
            "stop": 932361740
        },
        {
            "start": 932361743,
            "stop": 932361794
        },
        {
            "start": 932361797,
            "stop": 932361807
        },
        {
            "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": 932365810
        },
        {
            "start": 932370618,
            "stop": 932371215
        },
        {
            "start": 932371575,
            "stop": 932373038
        },
        {
            "start": 932373041,
            "stop": 932373129
        },
        {
            "start": 932379009,
            "stop": 932379207
        },
        {
            "start": 932379209,
            "stop": 932382015
        },
        {
            "start": 932382375,
            "stop": 932382655
        }
    ]
}