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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=314",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=312",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 313,
    "results": [
        {
            "start": 1178240405,
            "stop": 1178240417
        },
        {
            "start": 1178240418,
            "stop": 1178240516
        },
        {
            "start": 1178240517,
            "stop": 1178245066
        },
        {
            "start": 1178245068,
            "stop": 1178245112
        },
        {
            "start": 1178245113,
            "stop": 1178245572
        },
        {
            "start": 1178245576,
            "stop": 1178247455
        },
        {
            "start": 1178247457,
            "stop": 1178247471
        },
        {
            "start": 1178247472,
            "stop": 1178247481
        },
        {
            "start": 1178247482,
            "stop": 1178252747
        },
        {
            "start": 1178252748,
            "stop": 1178252870
        },
        {
            "start": 1178252871,
            "stop": 1178252908
        },
        {
            "start": 1178252910,
            "stop": 1178252953
        },
        {
            "start": 1178252954,
            "stop": 1178253101
        },
        {
            "start": 1178253102,
            "stop": 1178253415
        },
        {
            "start": 1178253416,
            "stop": 1178253869
        },
        {
            "start": 1178253870,
            "stop": 1178254015
        },
        {
            "start": 1178270017,
            "stop": 1178275481
        },
        {
            "start": 1178275484,
            "stop": 1178278572
        },
        {
            "start": 1178278573,
            "stop": 1178278574
        },
        {
            "start": 1178278575,
            "stop": 1178278576
        }
    ]
}