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=265
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=266",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=264",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 265,
    "results": [
        {
            "start": 1178199931,
            "stop": 1178199988
        },
        {
            "start": 1178199990,
            "stop": 1178200028
        },
        {
            "start": 1178200029,
            "stop": 1178200451
        },
        {
            "start": 1178200452,
            "stop": 1178200616
        },
        {
            "start": 1178200617,
            "stop": 1178200674
        },
        {
            "start": 1178200675,
            "stop": 1178200698
        },
        {
            "start": 1178200699,
            "stop": 1178200700
        },
        {
            "start": 1178200701,
            "stop": 1178200817
        },
        {
            "start": 1178200819,
            "stop": 1178200820
        },
        {
            "start": 1178200821,
            "stop": 1178200822
        },
        {
            "start": 1178200823,
            "stop": 1178200933
        },
        {
            "start": 1178200934,
            "stop": 1178200936
        },
        {
            "start": 1178200937,
            "stop": 1178200938
        },
        {
            "start": 1178200940,
            "stop": 1178200948
        },
        {
            "start": 1178200951,
            "stop": 1178200952
        },
        {
            "start": 1178200955,
            "stop": 1178200956
        },
        {
            "start": 1178200957,
            "stop": 1178201225
        },
        {
            "start": 1178201226,
            "stop": 1178201227
        },
        {
            "start": 1178201228,
            "stop": 1178201229
        },
        {
            "start": 1178201230,
            "stop": 1178201353
        }
    ]
}