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=753
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=754",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=752",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 753,
    "results": [
        {
            "start": 858986296,
            "stop": 858987556
        },
        {
            "start": 858987710,
            "stop": 858989930
        },
        {
            "start": 858990151,
            "stop": 858991111
        },
        {
            "start": 858991293,
            "stop": 858998013
        },
        {
            "start": 858998227,
            "stop": 858999607
        },
        {
            "start": 858999697,
            "stop": 859007827
        },
        {
            "start": 859008031,
            "stop": 859012951
        },
        {
            "start": 859013911,
            "stop": 859018171
        },
        {
            "start": 859018385,
            "stop": 859020455
        },
        {
            "start": 859020545,
            "stop": 859022165
        },
        {
            "start": 859022397,
            "stop": 859024197
        },
        {
            "start": 859024346,
            "stop": 859025786
        },
        {
            "start": 859025965,
            "stop": 859028485
        },
        {
            "start": 859028669,
            "stop": 859032389
        },
        {
            "start": 859032419,
            "stop": 859034129
        },
        {
            "start": 859036234,
            "stop": 859036954
        },
        {
            "start": 859037918,
            "stop": 859038698
        },
        {
            "start": 859038728,
            "stop": 859039688
        },
        {
            "start": 859039951,
            "stop": 859042411
        },
        {
            "start": 859061022,
            "stop": 859061142
        }
    ]
}