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=141
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=142",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=140",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 141,
    "results": [
        {
            "start": 1176722002,
            "stop": 1176722003
        },
        {
            "start": 1176722005,
            "stop": 1176722073
        },
        {
            "start": 1176722074,
            "stop": 1176722076
        },
        {
            "start": 1176722077,
            "stop": 1176722078
        },
        {
            "start": 1176722079,
            "stop": 1176722097
        },
        {
            "start": 1176722098,
            "stop": 1176722100
        },
        {
            "start": 1176722102,
            "stop": 1176722107
        },
        {
            "start": 1176722108,
            "stop": 1176722137
        },
        {
            "start": 1176722139,
            "stop": 1176722154
        },
        {
            "start": 1176722157,
            "stop": 1176722172
        },
        {
            "start": 1176722177,
            "stop": 1176722200
        },
        {
            "start": 1176722201,
            "stop": 1176722219
        },
        {
            "start": 1176722220,
            "stop": 1176722283
        },
        {
            "start": 1176722284,
            "stop": 1176722410
        },
        {
            "start": 1176722411,
            "stop": 1176722412
        },
        {
            "start": 1176722415,
            "stop": 1176723526
        },
        {
            "start": 1176723527,
            "stop": 1176723613
        },
        {
            "start": 1176723614,
            "stop": 1176723657
        },
        {
            "start": 1176723661,
            "stop": 1176723701
        },
        {
            "start": 1176723703,
            "stop": 1176723710
        }
    ]
}