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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=921",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=919",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 920,
    "results": [
        {
            "start": 868691697,
            "stop": 868697097
        },
        {
            "start": 868697235,
            "stop": 868701075
        },
        {
            "start": 868702614,
            "stop": 868703364
        },
        {
            "start": 868703394,
            "stop": 868703484
        },
        {
            "start": 868703574,
            "stop": 868703784
        },
        {
            "start": 868709531,
            "stop": 868714211
        },
        {
            "start": 868751761,
            "stop": 868752901
        },
        {
            "start": 868753077,
            "stop": 868753137
        },
        {
            "start": 868753952,
            "stop": 868755392
        },
        {
            "start": 868763325,
            "stop": 868763505
        },
        {
            "start": 868763720,
            "stop": 868770680
        },
        {
            "start": 868770883,
            "stop": 868776223
        },
        {
            "start": 868776431,
            "stop": 868777871
        },
        {
            "start": 868779612,
            "stop": 868787472
        },
        {
            "start": 868787622,
            "stop": 868789452
        },
        {
            "start": 868789602,
            "stop": 868792152
        },
        {
            "start": 868841950,
            "stop": 868842730
        },
        {
            "start": 868842938,
            "stop": 868846838
        },
        {
            "start": 868847124,
            "stop": 868849764
        },
        {
            "start": 868850079,
            "stop": 868851459
        }
    ]
}