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=57
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=58",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=56",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 57,
    "results": [
        {
            "start": 819115693,
            "stop": 819118603
        },
        {
            "start": 819118850,
            "stop": 819120410
        },
        {
            "start": 819120614,
            "stop": 819121394
        },
        {
            "start": 819121588,
            "stop": 819121768
        },
        {
            "start": 819121947,
            "stop": 819122067
        },
        {
            "start": 819122228,
            "stop": 819122828
        },
        {
            "start": 819183098,
            "stop": 819183158
        },
        {
            "start": 819196847,
            "stop": 819196907
        },
        {
            "start": 819197078,
            "stop": 819197138
        },
        {
            "start": 819197450,
            "stop": 819197570
        },
        {
            "start": 819199268,
            "stop": 819199328
        },
        {
            "start": 819199851,
            "stop": 819200091
        },
        {
            "start": 819200358,
            "stop": 819200478
        },
        {
            "start": 819200926,
            "stop": 819200986
        },
        {
            "start": 819201173,
            "stop": 819201293
        },
        {
            "start": 819246773,
            "stop": 819246953
        },
        {
            "start": 819247240,
            "stop": 819247300
        },
        {
            "start": 819247468,
            "stop": 819247528
        },
        {
            "start": 819247696,
            "stop": 819247876
        },
        {
            "start": 819248237,
            "stop": 819248417
        }
    ]
}