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=237
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=238",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=236",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 237,
    "results": [
        {
            "start": 931675757,
            "stop": 931675759
        },
        {
            "start": 931675766,
            "stop": 931675767
        },
        {
            "start": 931675770,
            "stop": 931675793
        },
        {
            "start": 931675796,
            "stop": 931675800
        },
        {
            "start": 931675803,
            "stop": 931675811
        },
        {
            "start": 931675817,
            "stop": 931675820
        },
        {
            "start": 931675823,
            "stop": 931675827
        },
        {
            "start": 931675830,
            "stop": 931675833
        },
        {
            "start": 931675835,
            "stop": 931675836
        },
        {
            "start": 931675839,
            "stop": 931675841
        },
        {
            "start": 931675844,
            "stop": 931675845
        },
        {
            "start": 931675848,
            "stop": 931675855
        },
        {
            "start": 931675858,
            "stop": 931675870
        },
        {
            "start": 931675873,
            "stop": 931675881
        },
        {
            "start": 931675884,
            "stop": 931675885
        },
        {
            "start": 931675888,
            "stop": 931675896
        },
        {
            "start": 931675898,
            "stop": 931675900
        },
        {
            "start": 931675902,
            "stop": 931675974
        },
        {
            "start": 931675978,
            "stop": 931675991
        },
        {
            "start": 931675994,
            "stop": 931676004
        }
    ]
}