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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=228",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=226",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 227,
    "results": [
        {
            "start": 931673835,
            "stop": 931673837
        },
        {
            "start": 931673840,
            "stop": 931673841
        },
        {
            "start": 931673844,
            "stop": 931673846
        },
        {
            "start": 931673849,
            "stop": 931673861
        },
        {
            "start": 931673865,
            "stop": 931673873
        },
        {
            "start": 931673876,
            "stop": 931673878
        },
        {
            "start": 931673884,
            "stop": 931673887
        },
        {
            "start": 931673894,
            "stop": 931673897
        },
        {
            "start": 931673901,
            "stop": 931673903
        },
        {
            "start": 931673909,
            "stop": 931673910
        },
        {
            "start": 931673913,
            "stop": 931673915
        },
        {
            "start": 931673921,
            "stop": 931673922
        },
        {
            "start": 931673931,
            "stop": 931673932
        },
        {
            "start": 931673934,
            "stop": 931673938
        },
        {
            "start": 931673941,
            "stop": 931673952
        },
        {
            "start": 931673956,
            "stop": 931673957
        },
        {
            "start": 931673960,
            "stop": 931673962
        },
        {
            "start": 931673965,
            "stop": 931673967
        },
        {
            "start": 931673970,
            "stop": 931673973
        },
        {
            "start": 931673982,
            "stop": 931673989
        }
    ]
}