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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=178",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=176",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 177,
    "results": [
        {
            "start": 842913671,
            "stop": 842913768
        },
        {
            "start": 842913770,
            "stop": 842913837
        },
        {
            "start": 842913840,
            "stop": 842913984
        },
        {
            "start": 842913985,
            "stop": 842914194
        },
        {
            "start": 842914195,
            "stop": 842914210
        },
        {
            "start": 842914214,
            "stop": 842914935
        },
        {
            "start": 842914936,
            "stop": 842915109
        },
        {
            "start": 842915110,
            "stop": 842915414
        },
        {
            "start": 842915415,
            "stop": 842915420
        },
        {
            "start": 842915421,
            "stop": 842915619
        },
        {
            "start": 842917067,
            "stop": 842917083
        },
        {
            "start": 842917088,
            "stop": 842917111
        },
        {
            "start": 842917112,
            "stop": 842917128
        },
        {
            "start": 842917131,
            "stop": 842917141
        },
        {
            "start": 842917142,
            "stop": 842917196
        },
        {
            "start": 842921718,
            "stop": 842921757
        },
        {
            "start": 842921758,
            "stop": 842922033
        },
        {
            "start": 842922034,
            "stop": 842922062
        },
        {
            "start": 842922063,
            "stop": 842922474
        },
        {
            "start": 842922475,
            "stop": 842922488
        }
    ]
}