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=149
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=150",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=148",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 149,
    "results": [
        {
            "start": 822614774,
            "stop": 822616694
        },
        {
            "start": 822617906,
            "stop": 822618626
        },
        {
            "start": 822618787,
            "stop": 822618847
        },
        {
            "start": 822619009,
            "stop": 822619069
        },
        {
            "start": 822619283,
            "stop": 822620123
        },
        {
            "start": 822620286,
            "stop": 822621006
        },
        {
            "start": 822621164,
            "stop": 822622244
        },
        {
            "start": 822622388,
            "stop": 822623408
        },
        {
            "start": 822623565,
            "stop": 822629205
        },
        {
            "start": 822631737,
            "stop": 822632757
        },
        {
            "start": 822636920,
            "stop": 822636980
        },
        {
            "start": 822637130,
            "stop": 822638450
        },
        {
            "start": 822639918,
            "stop": 822641598
        },
        {
            "start": 822642028,
            "stop": 822643828
        },
        {
            "start": 822644024,
            "stop": 822644384
        },
        {
            "start": 822644685,
            "stop": 822644745
        },
        {
            "start": 822646304,
            "stop": 822646544
        },
        {
            "start": 822648186,
            "stop": 822648306
        },
        {
            "start": 822648469,
            "stop": 822650329
        },
        {
            "start": 822650526,
            "stop": 822650946
        }
    ]
}