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=46
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=47",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=45",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 46,
    "results": [
        {
            "start": 818502142,
            "stop": 818503582
        },
        {
            "start": 818503728,
            "stop": 818503788
        },
        {
            "start": 818503965,
            "stop": 818504145
        },
        {
            "start": 818505109,
            "stop": 818505169
        },
        {
            "start": 818505314,
            "stop": 818505974
        },
        {
            "start": 818506336,
            "stop": 818506756
        },
        {
            "start": 818506923,
            "stop": 818507343
        },
        {
            "start": 818507548,
            "stop": 818508748
        },
        {
            "start": 818508898,
            "stop": 818508958
        },
        {
            "start": 818509106,
            "stop": 818509466
        },
        {
            "start": 818509759,
            "stop": 818510179
        },
        {
            "start": 818510338,
            "stop": 818510638
        },
        {
            "start": 818510822,
            "stop": 818510942
        },
        {
            "start": 818511088,
            "stop": 818511208
        },
        {
            "start": 818511355,
            "stop": 818511475
        },
        {
            "start": 818511635,
            "stop": 818513015
        },
        {
            "start": 818513322,
            "stop": 818514162
        },
        {
            "start": 818514643,
            "stop": 818514913
        },
        {
            "start": 818562889,
            "stop": 818562949
        },
        {
            "start": 818563268,
            "stop": 818563748
        }
    ]
}