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=801
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=802",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=800",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 801,
    "results": [
        {
            "start": 861420940,
            "stop": 861424360
        },
        {
            "start": 861426097,
            "stop": 861428377
        },
        {
            "start": 861429137,
            "stop": 861430337
        },
        {
            "start": 861430497,
            "stop": 861430557
        },
        {
            "start": 861431900,
            "stop": 861437000
        },
        {
            "start": 861437180,
            "stop": 861438500
        },
        {
            "start": 861438737,
            "stop": 861446177
        },
        {
            "start": 861448720,
            "stop": 861448960
        },
        {
            "start": 861449112,
            "stop": 861449592
        },
        {
            "start": 861449877,
            "stop": 861450237
        },
        {
            "start": 861450405,
            "stop": 861450585
        },
        {
            "start": 861450728,
            "stop": 861450848
        },
        {
            "start": 861450998,
            "stop": 861451988
        },
        {
            "start": 861452144,
            "stop": 861452204
        },
        {
            "start": 861455389,
            "stop": 861457429
        },
        {
            "start": 861457819,
            "stop": 861458239
        },
        {
            "start": 861489402,
            "stop": 861489462
        },
        {
            "start": 861492012,
            "stop": 861495012
        },
        {
            "start": 861500719,
            "stop": 861501139
        },
        {
            "start": 861502887,
            "stop": 861504027
        }
    ]
}