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=191
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=192",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=190",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 191,
    "results": [
        {
            "start": 931603833,
            "stop": 931603839
        },
        {
            "start": 931603845,
            "stop": 931603849
        },
        {
            "start": 931603851,
            "stop": 931603853
        },
        {
            "start": 931603858,
            "stop": 931603860
        },
        {
            "start": 931603862,
            "stop": 931603869
        },
        {
            "start": 931603873,
            "stop": 931603877
        },
        {
            "start": 931603884,
            "stop": 931603903
        },
        {
            "start": 931603906,
            "stop": 931603907
        },
        {
            "start": 931603910,
            "stop": 931603912
        },
        {
            "start": 931603917,
            "stop": 931603922
        },
        {
            "start": 931603925,
            "stop": 931603928
        },
        {
            "start": 931603931,
            "stop": 931603935
        },
        {
            "start": 931603938,
            "stop": 931603943
        },
        {
            "start": 931603947,
            "stop": 931603948
        },
        {
            "start": 931603951,
            "stop": 931603952
        },
        {
            "start": 931603955,
            "stop": 931603962
        },
        {
            "start": 931603965,
            "stop": 931603969
        },
        {
            "start": 931603974,
            "stop": 931603975
        },
        {
            "start": 931603979,
            "stop": 931603985
        },
        {
            "start": 931612017,
            "stop": 931612021
        }
    ]
}