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/H1_STOCH_CAT2_H1L1/segments?format=api&page=877
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=878",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=876",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 877,
    "results": [
        {
            "start": 863002499,
            "stop": 863011499
        },
        {
            "start": 863011691,
            "stop": 863012531
        },
        {
            "start": 863013768,
            "stop": 863016288
        },
        {
            "start": 863016520,
            "stop": 863020780
        },
        {
            "start": 863021035,
            "stop": 863027455
        },
        {
            "start": 863027895,
            "stop": 863030325
        },
        {
            "start": 863030475,
            "stop": 863031015
        },
        {
            "start": 863034083,
            "stop": 863034323
        },
        {
            "start": 863034473,
            "stop": 863037143
        },
        {
            "start": 863037317,
            "stop": 863037527
        },
        {
            "start": 863037557,
            "stop": 863040167
        },
        {
            "start": 863040317,
            "stop": 863041877
        },
        {
            "start": 863042075,
            "stop": 863047505
        },
        {
            "start": 863047535,
            "stop": 863050805
        },
        {
            "start": 863050955,
            "stop": 863051915
        },
        {
            "start": 863052200,
            "stop": 863052650
        },
        {
            "start": 863052800,
            "stop": 863052920
        },
        {
            "start": 863056025,
            "stop": 863062565
        },
        {
            "start": 863062765,
            "stop": 863068645
        },
        {
            "start": 863068795,
            "stop": 863073055
        }
    ]
}