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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=732",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=730",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 731,
    "results": [
        {
            "start": 830468537,
            "stop": 830468546
        },
        {
            "start": 830468606,
            "stop": 830468608
        },
        {
            "start": 830468793,
            "stop": 830468805
        },
        {
            "start": 830468833,
            "stop": 830468843
        },
        {
            "start": 830468862,
            "stop": 830468864
        },
        {
            "start": 830468916,
            "stop": 830468920
        },
        {
            "start": 830469111,
            "stop": 830469120
        },
        {
            "start": 830469157,
            "stop": 830469170
        },
        {
            "start": 830469216,
            "stop": 830469217
        },
        {
            "start": 830469554,
            "stop": 830469573
        },
        {
            "start": 830469607,
            "stop": 830469616
        },
        {
            "start": 830469635,
            "stop": 830469698
        },
        {
            "start": 830469729,
            "stop": 830469876
        },
        {
            "start": 830469879,
            "stop": 830470037
        },
        {
            "start": 830470056,
            "stop": 830470370
        },
        {
            "start": 830470373,
            "stop": 830471322
        },
        {
            "start": 830471326,
            "stop": 830472018
        },
        {
            "start": 830472021,
            "stop": 830475174
        },
        {
            "start": 830475177,
            "stop": 830476051
        },
        {
            "start": 830476054,
            "stop": 830476195
        }
    ]
}