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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16725",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16723",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16724,
    "results": [
        {
            "start": 875011902,
            "stop": 875011938
        },
        {
            "start": 875011939,
            "stop": 875011968
        },
        {
            "start": 875011969,
            "stop": 875011971
        },
        {
            "start": 875011988,
            "stop": 875011989
        },
        {
            "start": 875011993,
            "stop": 875011994
        },
        {
            "start": 875012003,
            "stop": 875012007
        },
        {
            "start": 875012014,
            "stop": 875012015
        },
        {
            "start": 875012018,
            "stop": 875012019
        },
        {
            "start": 875012027,
            "stop": 875012035
        },
        {
            "start": 875012038,
            "stop": 875012054
        },
        {
            "start": 875012061,
            "stop": 875012065
        },
        {
            "start": 875012079,
            "stop": 875012083
        },
        {
            "start": 875012092,
            "stop": 875012097
        },
        {
            "start": 875012098,
            "stop": 875012103
        },
        {
            "start": 875012107,
            "stop": 875012110
        },
        {
            "start": 875012112,
            "stop": 875012125
        },
        {
            "start": 875012130,
            "stop": 875012134
        },
        {
            "start": 875012140,
            "stop": 875012150
        },
        {
            "start": 875012155,
            "stop": 875012157
        },
        {
            "start": 875012169,
            "stop": 875012174
        }
    ]
}