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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7887",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7885",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7886,
    "results": [
        {
            "start": 969907977,
            "stop": 969907990
        },
        {
            "start": 969908071,
            "stop": 969908093
        },
        {
            "start": 969908102,
            "stop": 969908105
        },
        {
            "start": 969908126,
            "stop": 969908178
        },
        {
            "start": 969908181,
            "stop": 969908206
        },
        {
            "start": 969908209,
            "stop": 969908455
        },
        {
            "start": 969908474,
            "stop": 969908723
        },
        {
            "start": 969908726,
            "stop": 969908865
        },
        {
            "start": 969908876,
            "stop": 969908891
        },
        {
            "start": 969908897,
            "stop": 969908898
        },
        {
            "start": 969908937,
            "stop": 969909305
        },
        {
            "start": 969909308,
            "stop": 969909363
        },
        {
            "start": 969909374,
            "stop": 969909519
        },
        {
            "start": 969909528,
            "stop": 969909946
        },
        {
            "start": 969909949,
            "stop": 969909950
        },
        {
            "start": 969909953,
            "stop": 969909962
        },
        {
            "start": 969909990,
            "stop": 969909996
        },
        {
            "start": 969910009,
            "stop": 969910011
        },
        {
            "start": 969910066,
            "stop": 969910163
        },
        {
            "start": 969910166,
            "stop": 969910250
        }
    ]
}