Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=23
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=22",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 23,
    "results": [
        {
            "start": 816766490,
            "stop": 816766630
        },
        {
            "start": 816766638,
            "stop": 816766656
        },
        {
            "start": 816766664,
            "stop": 816766724
        },
        {
            "start": 816766732,
            "stop": 816766734
        },
        {
            "start": 816766742,
            "stop": 816766800
        },
        {
            "start": 816766808,
            "stop": 816766823
        },
        {
            "start": 816766831,
            "stop": 816767426
        },
        {
            "start": 816767434,
            "stop": 816768291
        },
        {
            "start": 816768308,
            "stop": 816768371
        },
        {
            "start": 816768379,
            "stop": 816768465
        },
        {
            "start": 816768473,
            "stop": 816768573
        },
        {
            "start": 816768581,
            "stop": 816768652
        },
        {
            "start": 816768660,
            "stop": 816768843
        },
        {
            "start": 816768853,
            "stop": 816768872
        },
        {
            "start": 816768880,
            "stop": 816769325
        },
        {
            "start": 816769333,
            "stop": 816769414
        },
        {
            "start": 816769422,
            "stop": 816769469
        },
        {
            "start": 816771575,
            "stop": 816771601
        },
        {
            "start": 816771608,
            "stop": 816771622
        },
        {
            "start": 816771647,
            "stop": 816771662
        }
    ]
}