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=912
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=913",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=911",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 912,
    "results": [
        {
            "start": 868020926,
            "stop": 868022606
        },
        {
            "start": 868022770,
            "stop": 868023010
        },
        {
            "start": 868023611,
            "stop": 868028771
        },
        {
            "start": 868028944,
            "stop": 868032844
        },
        {
            "start": 868033081,
            "stop": 868034581
        },
        {
            "start": 868035910,
            "stop": 868039090
        },
        {
            "start": 868039233,
            "stop": 868045593
        },
        {
            "start": 868047492,
            "stop": 868048272
        },
        {
            "start": 868049283,
            "stop": 868054683
        },
        {
            "start": 868058875,
            "stop": 868060675
        },
        {
            "start": 868061345,
            "stop": 868083725
        },
        {
            "start": 868084426,
            "stop": 868084666
        },
        {
            "start": 868085213,
            "stop": 868086593
        },
        {
            "start": 868086683,
            "stop": 868088873
        },
        {
            "start": 868089093,
            "stop": 868090083
        },
        {
            "start": 868090113,
            "stop": 868091673
        },
        {
            "start": 868091823,
            "stop": 868104153
        },
        {
            "start": 868108909,
            "stop": 868112179
        },
        {
            "start": 868112539,
            "stop": 868114369
        },
        {
            "start": 868139733,
            "stop": 868139823
        }
    ]
}