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=355
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=356",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=354",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 355,
    "results": [
        {
            "start": 931893062,
            "stop": 931893160
        },
        {
            "start": 931893162,
            "stop": 931893182
        },
        {
            "start": 931893183,
            "stop": 931893231
        },
        {
            "start": 931893232,
            "stop": 931893242
        },
        {
            "start": 931893244,
            "stop": 931893303
        },
        {
            "start": 931893304,
            "stop": 931893311
        },
        {
            "start": 931893312,
            "stop": 931893689
        },
        {
            "start": 931893690,
            "stop": 931893826
        },
        {
            "start": 931893827,
            "stop": 931893843
        },
        {
            "start": 931893844,
            "stop": 931894079
        },
        {
            "start": 931894081,
            "stop": 931894092
        },
        {
            "start": 931894094,
            "stop": 931894210
        },
        {
            "start": 931894211,
            "stop": 931894624
        },
        {
            "start": 931894625,
            "stop": 931894682
        },
        {
            "start": 931894683,
            "stop": 931894889
        },
        {
            "start": 931894890,
            "stop": 931894927
        },
        {
            "start": 931894928,
            "stop": 931894931
        },
        {
            "start": 931894932,
            "stop": 931894951
        },
        {
            "start": 931894952,
            "stop": 931895153
        },
        {
            "start": 931895154,
            "stop": 931895176
        }
    ]
}