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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7343",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7341",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7342,
    "results": [
        {
            "start": 969324241,
            "stop": 969324457
        },
        {
            "start": 969324460,
            "stop": 969324745
        },
        {
            "start": 969324748,
            "stop": 969325015
        },
        {
            "start": 969325018,
            "stop": 969325202
        },
        {
            "start": 969325205,
            "stop": 969325338
        },
        {
            "start": 969325341,
            "stop": 969325692
        },
        {
            "start": 969325695,
            "stop": 969325794
        },
        {
            "start": 969325797,
            "stop": 969325880
        },
        {
            "start": 969325883,
            "stop": 969326366
        },
        {
            "start": 969326369,
            "stop": 969326401
        },
        {
            "start": 969326404,
            "stop": 969328124
        },
        {
            "start": 969328127,
            "stop": 969329208
        },
        {
            "start": 969329211,
            "stop": 969329602
        },
        {
            "start": 969329605,
            "stop": 969329856
        },
        {
            "start": 969332622,
            "stop": 969333274
        },
        {
            "start": 969333295,
            "stop": 969333320
        },
        {
            "start": 969333356,
            "stop": 969334370
        },
        {
            "start": 969334391,
            "stop": 969334504
        },
        {
            "start": 969334507,
            "stop": 969335054
        },
        {
            "start": 969335075,
            "stop": 969335114
        }
    ]
}