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=1053
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=1054",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1052",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1053,
    "results": [
        {
            "start": 1135957054,
            "stop": 1135957972
        },
        {
            "start": 1135957974,
            "stop": 1135962162
        },
        {
            "start": 1135962163,
            "stop": 1135965365
        },
        {
            "start": 1135968898,
            "stop": 1135975372
        },
        {
            "start": 1135975374,
            "stop": 1135975830
        },
        {
            "start": 1135980656,
            "stop": 1135985335
        },
        {
            "start": 1135985336,
            "stop": 1135987082
        },
        {
            "start": 1135987084,
            "stop": 1135989451
        },
        {
            "start": 1135989452,
            "stop": 1135990793
        },
        {
            "start": 1135990795,
            "stop": 1135991814
        },
        {
            "start": 1136004514,
            "stop": 1136007241
        },
        {
            "start": 1136007243,
            "stop": 1136012324
        },
        {
            "start": 1136012327,
            "stop": 1136018930
        },
        {
            "start": 1136018932,
            "stop": 1136022284
        },
        {
            "start": 1136022286,
            "stop": 1136023373
        },
        {
            "start": 1136023374,
            "stop": 1136024577
        },
        {
            "start": 1136032651,
            "stop": 1136035404
        },
        {
            "start": 1136035406,
            "stop": 1136037733
        },
        {
            "start": 1136037734,
            "stop": 1136038089
        },
        {
            "start": 1136038091,
            "stop": 1136038415
        }
    ]
}