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_H1L1/segments?format=api&page=137
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_H1L1/segments?format=api&page=138",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=136",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 137,
    "results": [
        {
            "start": 822581950,
            "stop": 822582070
        },
        {
            "start": 822582210,
            "stop": 822583050
        },
        {
            "start": 822583206,
            "stop": 822583986
        },
        {
            "start": 822584159,
            "stop": 822584219
        },
        {
            "start": 822585397,
            "stop": 822585637
        },
        {
            "start": 822585911,
            "stop": 822585971
        },
        {
            "start": 822586413,
            "stop": 822586773
        },
        {
            "start": 822586929,
            "stop": 822587169
        },
        {
            "start": 822587449,
            "stop": 822587569
        },
        {
            "start": 822588099,
            "stop": 822588159
        },
        {
            "start": 822588732,
            "stop": 822589272
        },
        {
            "start": 822589424,
            "stop": 822589484
        },
        {
            "start": 822590407,
            "stop": 822590527
        },
        {
            "start": 822590885,
            "stop": 822591005
        },
        {
            "start": 822591575,
            "stop": 822591635
        },
        {
            "start": 822591769,
            "stop": 822592069
        },
        {
            "start": 822592505,
            "stop": 822592745
        },
        {
            "start": 822594948,
            "stop": 822595008
        },
        {
            "start": 822595233,
            "stop": 822595353
        },
        {
            "start": 822595959,
            "stop": 822596019
        }
    ]
}