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=95
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=96",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=94",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 95,
    "results": [
        {
            "start": 820297957,
            "stop": 820298377
        },
        {
            "start": 820298553,
            "stop": 820298733
        },
        {
            "start": 820298926,
            "stop": 820299826
        },
        {
            "start": 820299995,
            "stop": 820300415
        },
        {
            "start": 820300577,
            "stop": 820301057
        },
        {
            "start": 820301197,
            "stop": 820301437
        },
        {
            "start": 820301582,
            "stop": 820303562
        },
        {
            "start": 820303725,
            "stop": 820303905
        },
        {
            "start": 820304057,
            "stop": 820304207
        },
        {
            "start": 820304357,
            "stop": 820305317
        },
        {
            "start": 820305464,
            "stop": 820305584
        },
        {
            "start": 820305771,
            "stop": 820306191
        },
        {
            "start": 820306801,
            "stop": 820306981
        },
        {
            "start": 820307617,
            "stop": 820308337
        },
        {
            "start": 820308611,
            "stop": 820308731
        },
        {
            "start": 820309979,
            "stop": 820310219
        },
        {
            "start": 820310379,
            "stop": 820310499
        },
        {
            "start": 820310920,
            "stop": 820311160
        },
        {
            "start": 820311324,
            "stop": 820311624
        },
        {
            "start": 820312034,
            "stop": 820312274
        }
    ]
}