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=7570
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=7571",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7569",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7570,
    "results": [
        {
            "start": 970469721,
            "stop": 970469722
        },
        {
            "start": 970469728,
            "stop": 970469739
        },
        {
            "start": 970469742,
            "stop": 970469743
        },
        {
            "start": 970469748,
            "stop": 970469757
        },
        {
            "start": 970469760,
            "stop": 970469767
        },
        {
            "start": 970469770,
            "stop": 970469787
        },
        {
            "start": 970469802,
            "stop": 970469814
        },
        {
            "start": 970469817,
            "stop": 970469836
        },
        {
            "start": 970469839,
            "stop": 970469935
        },
        {
            "start": 970469938,
            "stop": 970469953
        },
        {
            "start": 970469957,
            "stop": 970469971
        },
        {
            "start": 970469974,
            "stop": 970469979
        },
        {
            "start": 970469982,
            "stop": 970469989
        },
        {
            "start": 970469995,
            "stop": 970470008
        },
        {
            "start": 970470012,
            "stop": 970470017
        },
        {
            "start": 970470026,
            "stop": 970470031
        },
        {
            "start": 970470034,
            "stop": 970470039
        },
        {
            "start": 970470043,
            "stop": 970470050
        },
        {
            "start": 970470057,
            "stop": 970470073
        },
        {
            "start": 970470081,
            "stop": 970470083
        }
    ]
}