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=674
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=675",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=673",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 674,
    "results": [
        {
            "start": 853941585,
            "stop": 853943265
        },
        {
            "start": 853943435,
            "stop": 853945355
        },
        {
            "start": 853945385,
            "stop": 853946615
        },
        {
            "start": 854006870,
            "stop": 854006930
        },
        {
            "start": 854006990,
            "stop": 854008040
        },
        {
            "start": 854008350,
            "stop": 854008830
        },
        {
            "start": 854010742,
            "stop": 854015362
        },
        {
            "start": 854015573,
            "stop": 854018933
        },
        {
            "start": 854019205,
            "stop": 854021245
        },
        {
            "start": 854021406,
            "stop": 854021586
        },
        {
            "start": 854021762,
            "stop": 854022782
        },
        {
            "start": 854022947,
            "stop": 854024327
        },
        {
            "start": 854027083,
            "stop": 854030563
        },
        {
            "start": 854030728,
            "stop": 854031418
        },
        {
            "start": 854031634,
            "stop": 854033134
        },
        {
            "start": 854033293,
            "stop": 854034313
        },
        {
            "start": 854034616,
            "stop": 854035036
        },
        {
            "start": 854035763,
            "stop": 854036063
        },
        {
            "start": 854328065,
            "stop": 854332835
        },
        {
            "start": 854332985,
            "stop": 854338805
        }
    ]
}