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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT3/segments?format=api&page=193",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT3/segments?format=api&page=191",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 192,
    "results": [
        {
            "start": 1420504154,
            "stop": 1420504161
        },
        {
            "start": 1420504165,
            "stop": 1420504321
        },
        {
            "start": 1420504329,
            "stop": 1420504332
        },
        {
            "start": 1420504334,
            "stop": 1420504345
        },
        {
            "start": 1420504349,
            "stop": 1420504379
        },
        {
            "start": 1420504380,
            "stop": 1420504415
        },
        {
            "start": 1420504416,
            "stop": 1420504453
        },
        {
            "start": 1420504457,
            "stop": 1420504465
        },
        {
            "start": 1420504466,
            "stop": 1420504601
        },
        {
            "start": 1420504606,
            "stop": 1420504628
        },
        {
            "start": 1420504633,
            "stop": 1420504669
        },
        {
            "start": 1420504673,
            "stop": 1420504675
        },
        {
            "start": 1420504676,
            "stop": 1420504705
        },
        {
            "start": 1420504709,
            "stop": 1420504723
        },
        {
            "start": 1420504724,
            "stop": 1420504731
        },
        {
            "start": 1420504733,
            "stop": 1420504797
        },
        {
            "start": 1420504805,
            "stop": 1420505057
        },
        {
            "start": 1420507958,
            "stop": 1420508348
        },
        {
            "start": 1420508349,
            "stop": 1420508399
        },
        {
            "start": 1420508400,
            "stop": 1420508505
        }
    ]
}