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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=965",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=963",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 964,
    "results": [
        {
            "start": 1134784923,
            "stop": 1134784957
        },
        {
            "start": 1134784960,
            "stop": 1134784972
        },
        {
            "start": 1134784978,
            "stop": 1134784979
        },
        {
            "start": 1134784992,
            "stop": 1134784994
        },
        {
            "start": 1134784997,
            "stop": 1134785004
        },
        {
            "start": 1134785007,
            "stop": 1134785011
        },
        {
            "start": 1134785014,
            "stop": 1134785022
        },
        {
            "start": 1134785025,
            "stop": 1134785032
        },
        {
            "start": 1134785035,
            "stop": 1134785039
        },
        {
            "start": 1134785042,
            "stop": 1134785044
        },
        {
            "start": 1134785047,
            "stop": 1134785048
        },
        {
            "start": 1134785051,
            "stop": 1134785061
        },
        {
            "start": 1134785064,
            "stop": 1134785074
        },
        {
            "start": 1134785077,
            "stop": 1134785079
        },
        {
            "start": 1134785300,
            "stop": 1134785306
        },
        {
            "start": 1134785407,
            "stop": 1134785589
        },
        {
            "start": 1134785620,
            "stop": 1134785622
        },
        {
            "start": 1134785628,
            "stop": 1134785630
        },
        {
            "start": 1134785643,
            "stop": 1134785645
        },
        {
            "start": 1134785658,
            "stop": 1134785671
        }
    ]
}