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=107
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=108",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=106",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 107,
    "results": [
        {
            "start": 1175850237,
            "stop": 1175850289
        },
        {
            "start": 1175850290,
            "stop": 1175850487
        },
        {
            "start": 1175850488,
            "stop": 1175850489
        },
        {
            "start": 1175850490,
            "stop": 1175850568
        },
        {
            "start": 1175850569,
            "stop": 1175850570
        },
        {
            "start": 1175850571,
            "stop": 1175850575
        },
        {
            "start": 1175850579,
            "stop": 1175850583
        },
        {
            "start": 1175850584,
            "stop": 1175852369
        },
        {
            "start": 1175852373,
            "stop": 1175865241
        },
        {
            "start": 1175865243,
            "stop": 1175874149
        },
        {
            "start": 1175874151,
            "stop": 1175874177
        },
        {
            "start": 1175874178,
            "stop": 1175874641
        },
        {
            "start": 1175874643,
            "stop": 1175874645
        },
        {
            "start": 1175874646,
            "stop": 1175874809
        },
        {
            "start": 1175874811,
            "stop": 1175874812
        },
        {
            "start": 1175874814,
            "stop": 1175874978
        },
        {
            "start": 1175874979,
            "stop": 1175875480
        },
        {
            "start": 1175875481,
            "stop": 1175875487
        },
        {
            "start": 1175875493,
            "stop": 1175875494
        },
        {
            "start": 1175875498,
            "stop": 1175875524
        }
    ]
}