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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=640",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=638",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 639,
    "results": [
        {
            "start": 829243459,
            "stop": 829243482
        },
        {
            "start": 829243485,
            "stop": 829243584
        },
        {
            "start": 829243587,
            "stop": 829243653
        },
        {
            "start": 829243657,
            "stop": 829243714
        },
        {
            "start": 829243717,
            "stop": 829243721
        },
        {
            "start": 829243724,
            "stop": 829243729
        },
        {
            "start": 829243732,
            "stop": 829243744
        },
        {
            "start": 829243747,
            "stop": 829243806
        },
        {
            "start": 829243809,
            "stop": 829243870
        },
        {
            "start": 829243874,
            "stop": 829243901
        },
        {
            "start": 829243904,
            "stop": 829244008
        },
        {
            "start": 829244011,
            "stop": 829244055
        },
        {
            "start": 829244058,
            "stop": 829244075
        },
        {
            "start": 829244078,
            "stop": 829244112
        },
        {
            "start": 829244115,
            "stop": 829244207
        },
        {
            "start": 829244210,
            "stop": 829244270
        },
        {
            "start": 829244273,
            "stop": 829244399
        },
        {
            "start": 829244402,
            "stop": 829244419
        },
        {
            "start": 829244436,
            "stop": 829244589
        },
        {
            "start": 829244592,
            "stop": 829244596
        }
    ]
}