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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29360",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29358",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29359,
    "results": [
        {
            "start": 971257924,
            "stop": 971257925
        },
        {
            "start": 971257926,
            "stop": 971257929
        },
        {
            "start": 971257932,
            "stop": 971257934
        },
        {
            "start": 971257936,
            "stop": 971257939
        },
        {
            "start": 971257940,
            "stop": 971257945
        },
        {
            "start": 971257947,
            "stop": 971257954
        },
        {
            "start": 971257956,
            "stop": 971257965
        },
        {
            "start": 971257969,
            "stop": 971257972
        },
        {
            "start": 971257974,
            "stop": 971257977
        },
        {
            "start": 971257981,
            "stop": 971257989
        },
        {
            "start": 971257991,
            "stop": 971257997
        },
        {
            "start": 971258001,
            "stop": 971258002
        },
        {
            "start": 971258007,
            "stop": 971258013
        },
        {
            "start": 971258014,
            "stop": 971258019
        },
        {
            "start": 971258022,
            "stop": 971258025
        },
        {
            "start": 971258026,
            "stop": 971258035
        },
        {
            "start": 971258037,
            "stop": 971258067
        },
        {
            "start": 971258068,
            "stop": 971258089
        },
        {
            "start": 971258091,
            "stop": 971258094
        },
        {
            "start": 971258096,
            "stop": 971258103
        }
    ]
}