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=979
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=980",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=978",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 979,
    "results": [
        {
            "start": 1134872731,
            "stop": 1134873955
        },
        {
            "start": 1134873957,
            "stop": 1134874510
        },
        {
            "start": 1134874513,
            "stop": 1134874713
        },
        {
            "start": 1134874716,
            "stop": 1134875149
        },
        {
            "start": 1134875152,
            "stop": 1134875302
        },
        {
            "start": 1134875305,
            "stop": 1134875319
        },
        {
            "start": 1134875322,
            "stop": 1134875328
        },
        {
            "start": 1134875332,
            "stop": 1134875357
        },
        {
            "start": 1134875360,
            "stop": 1134875387
        },
        {
            "start": 1134875390,
            "stop": 1134875413
        },
        {
            "start": 1134875416,
            "stop": 1134875422
        },
        {
            "start": 1134875428,
            "stop": 1134875434
        },
        {
            "start": 1134875437,
            "stop": 1134875455
        },
        {
            "start": 1134875458,
            "stop": 1134875498
        },
        {
            "start": 1134875501,
            "stop": 1134875540
        },
        {
            "start": 1134875543,
            "stop": 1134875554
        },
        {
            "start": 1134875557,
            "stop": 1134875568
        },
        {
            "start": 1134875571,
            "stop": 1134875580
        },
        {
            "start": 1134875583,
            "stop": 1134875590
        },
        {
            "start": 1134875593,
            "stop": 1134875594
        }
    ]
}