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=565
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=566",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=564",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 565,
    "results": [
        {
            "start": 827395802,
            "stop": 827396010
        },
        {
            "start": 827396042,
            "stop": 827399278
        },
        {
            "start": 827399368,
            "stop": 827399374
        },
        {
            "start": 827399446,
            "stop": 827399448
        },
        {
            "start": 827399491,
            "stop": 827399537
        },
        {
            "start": 827399583,
            "stop": 827399600
        },
        {
            "start": 827399658,
            "stop": 827399693
        },
        {
            "start": 827399727,
            "stop": 827399752
        },
        {
            "start": 827399777,
            "stop": 827399801
        },
        {
            "start": 827399842,
            "stop": 827399866
        },
        {
            "start": 827400034,
            "stop": 827400057
        },
        {
            "start": 827400079,
            "stop": 827400356
        },
        {
            "start": 827400555,
            "stop": 827400792
        },
        {
            "start": 827400817,
            "stop": 827400872
        },
        {
            "start": 827400894,
            "stop": 827400900
        },
        {
            "start": 827401101,
            "stop": 827401108
        },
        {
            "start": 827401128,
            "stop": 827401139
        },
        {
            "start": 827401190,
            "stop": 827401205
        },
        {
            "start": 827401288,
            "stop": 827401289
        },
        {
            "start": 827401326,
            "stop": 827401374
        }
    ]
}