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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=241",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=239",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 240,
    "results": [
        {
            "start": 1421994358,
            "stop": 1421994386
        },
        {
            "start": 1421994459,
            "stop": 1421994542
        },
        {
            "start": 1421994558,
            "stop": 1421994719
        },
        {
            "start": 1421994721,
            "stop": 1421994738
        },
        {
            "start": 1421994742,
            "stop": 1421994746
        },
        {
            "start": 1421994748,
            "stop": 1421994794
        },
        {
            "start": 1421994798,
            "stop": 1421994861
        },
        {
            "start": 1421997759,
            "stop": 1421997845
        },
        {
            "start": 1421997857,
            "stop": 1421997933
        },
        {
            "start": 1421997942,
            "stop": 1421998349
        },
        {
            "start": 1421998350,
            "stop": 1421998385
        },
        {
            "start": 1421998389,
            "stop": 1421998733
        },
        {
            "start": 1421998737,
            "stop": 1421998741
        },
        {
            "start": 1421998746,
            "stop": 1421998866
        },
        {
            "start": 1421998868,
            "stop": 1421999201
        },
        {
            "start": 1421999209,
            "stop": 1421999613
        },
        {
            "start": 1421999622,
            "stop": 1421999941
        },
        {
            "start": 1421999942,
            "stop": 1421999945
        },
        {
            "start": 1421999949,
            "stop": 1422000189
        },
        {
            "start": 1422000198,
            "stop": 1422000241
        }
    ]
}