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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=110",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=108",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 109,
    "results": [
        {
            "start": 821498850,
            "stop": 821498875
        },
        {
            "start": 821498881,
            "stop": 821498927
        },
        {
            "start": 821498930,
            "stop": 821498942
        },
        {
            "start": 821498945,
            "stop": 821498953
        },
        {
            "start": 821498958,
            "stop": 821498960
        },
        {
            "start": 821498965,
            "stop": 821498967
        },
        {
            "start": 821498970,
            "stop": 821498981
        },
        {
            "start": 821498985,
            "stop": 821498986
        },
        {
            "start": 821498989,
            "stop": 821498998
        },
        {
            "start": 821499004,
            "stop": 821499029
        },
        {
            "start": 821499032,
            "stop": 821499044
        },
        {
            "start": 821499050,
            "stop": 821499057
        },
        {
            "start": 821499060,
            "stop": 821499063
        },
        {
            "start": 821499069,
            "stop": 821499084
        },
        {
            "start": 821499087,
            "stop": 821499117
        },
        {
            "start": 821499120,
            "stop": 821499122
        },
        {
            "start": 821499125,
            "stop": 821499184
        },
        {
            "start": 821499189,
            "stop": 821499209
        },
        {
            "start": 821499215,
            "stop": 821499227
        },
        {
            "start": 821499230,
            "stop": 821499248
        }
    ]
}