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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=318",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=316",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 317,
    "results": [
        {
            "start": 1181695992,
            "stop": 1181696291
        },
        {
            "start": 1181696292,
            "stop": 1181696938
        },
        {
            "start": 1181697011,
            "stop": 1181698541
        },
        {
            "start": 1181698542,
            "stop": 1181698883
        },
        {
            "start": 1181698885,
            "stop": 1181701367
        },
        {
            "start": 1181701368,
            "stop": 1181703528
        },
        {
            "start": 1181703529,
            "stop": 1181705782
        },
        {
            "start": 1181705783,
            "stop": 1181706880
        },
        {
            "start": 1181706882,
            "stop": 1181707866
        },
        {
            "start": 1181707867,
            "stop": 1181709969
        },
        {
            "start": 1181709970,
            "stop": 1181711575
        },
        {
            "start": 1181711576,
            "stop": 1181711577
        },
        {
            "start": 1181711578,
            "stop": 1181711914
        },
        {
            "start": 1181711915,
            "stop": 1181713483
        },
        {
            "start": 1181713485,
            "stop": 1181713939
        },
        {
            "start": 1181713941,
            "stop": 1181714008
        },
        {
            "start": 1181714010,
            "stop": 1181714011
        },
        {
            "start": 1181714013,
            "stop": 1181714512
        },
        {
            "start": 1181714513,
            "stop": 1181716507
        },
        {
            "start": 1181716508,
            "stop": 1181718453
        }
    ]
}