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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9870",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9868",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9869,
    "results": [
        {
            "start": 874346091,
            "stop": 874347143
        },
        {
            "start": 874347263,
            "stop": 874347480
        },
        {
            "start": 874347540,
            "stop": 874347582
        },
        {
            "start": 874348852,
            "stop": 874348920
        },
        {
            "start": 874348980,
            "stop": 874349280
        },
        {
            "start": 874349400,
            "stop": 874349404
        },
        {
            "start": 874350418,
            "stop": 874350540
        },
        {
            "start": 874350660,
            "stop": 874350720
        },
        {
            "start": 874350960,
            "stop": 874351009
        },
        {
            "start": 874351129,
            "stop": 874351200
        },
        {
            "start": 874351260,
            "stop": 874351440
        },
        {
            "start": 874351620,
            "stop": 874352220
        },
        {
            "start": 874352280,
            "stop": 874352463
        },
        {
            "start": 874355523,
            "stop": 874355896
        },
        {
            "start": 874355913,
            "stop": 874355940
        },
        {
            "start": 874356000,
            "stop": 874356257
        },
        {
            "start": 874356274,
            "stop": 874356900
        },
        {
            "start": 874356960,
            "stop": 874357020
        },
        {
            "start": 874357080,
            "stop": 874357716
        },
        {
            "start": 874357836,
            "stop": 874357970
        }
    ]
}