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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=237",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=235",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 236,
    "results": [
        {
            "start": 1177461094,
            "stop": 1177461116
        },
        {
            "start": 1177461117,
            "stop": 1177461183
        },
        {
            "start": 1177461184,
            "stop": 1177461186
        },
        {
            "start": 1177461187,
            "stop": 1177461188
        },
        {
            "start": 1177461189,
            "stop": 1177461217
        },
        {
            "start": 1177461218,
            "stop": 1177461230
        },
        {
            "start": 1177461231,
            "stop": 1177461298
        },
        {
            "start": 1177461300,
            "stop": 1177461320
        },
        {
            "start": 1177461321,
            "stop": 1177461755
        },
        {
            "start": 1177461756,
            "stop": 1177461757
        },
        {
            "start": 1177461758,
            "stop": 1177462299
        },
        {
            "start": 1177462304,
            "stop": 1177462311
        },
        {
            "start": 1177462312,
            "stop": 1177462395
        },
        {
            "start": 1177462400,
            "stop": 1177462425
        },
        {
            "start": 1177462426,
            "stop": 1177462536
        },
        {
            "start": 1177463143,
            "stop": 1177463774
        },
        {
            "start": 1177463775,
            "stop": 1177463830
        },
        {
            "start": 1177463832,
            "stop": 1177482606
        },
        {
            "start": 1177482607,
            "stop": 1177485941
        },
        {
            "start": 1177485942,
            "stop": 1177513447
        }
    ]
}