Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8828
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8829",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8827",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8828,
    "results": [
        {
            "start": 874347263,
            "stop": 874347470
        },
        {
            "start": 874347550,
            "stop": 874347582
        },
        {
            "start": 874348852,
            "stop": 874348920
        },
        {
            "start": 874348980,
            "stop": 874349280
        },
        {
            "start": 874349400,
            "stop": 874349404
        },
        {
            "start": 874350418,
            "stop": 874350530
        },
        {
            "start": 874350660,
            "stop": 874350720
        },
        {
            "start": 874350970,
            "stop": 874351009
        },
        {
            "start": 874351129,
            "stop": 874351190
        },
        {
            "start": 874351270,
            "stop": 874351440
        },
        {
            "start": 874351620,
            "stop": 874352220
        },
        {
            "start": 874352280,
            "stop": 874352463
        },
        {
            "start": 874355523,
            "stop": 874355896
        },
        {
            "start": 874355913,
            "stop": 874355930
        },
        {
            "start": 874356010,
            "stop": 874356890
        },
        {
            "start": 874356970,
            "stop": 874357010
        },
        {
            "start": 874357090,
            "stop": 874357716
        },
        {
            "start": 874357836,
            "stop": 874358452
        },
        {
            "start": 874358502,
            "stop": 874358570
        },
        {
            "start": 874358650,
            "stop": 874358870
        }
    ]
}