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=374
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=375",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=373",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 374,
    "results": [
        {
            "start": 939640035,
            "stop": 939640054
        },
        {
            "start": 939640057,
            "stop": 939640103
        },
        {
            "start": 939640106,
            "stop": 939640210
        },
        {
            "start": 939640213,
            "stop": 939640225
        },
        {
            "start": 939640228,
            "stop": 939640282
        },
        {
            "start": 939640285,
            "stop": 939640306
        },
        {
            "start": 939640309,
            "stop": 939640367
        },
        {
            "start": 939640371,
            "stop": 939640412
        },
        {
            "start": 939640415,
            "stop": 939640442
        },
        {
            "start": 939640446,
            "stop": 939640457
        },
        {
            "start": 939640460,
            "stop": 939640467
        },
        {
            "start": 939640475,
            "stop": 939640477
        },
        {
            "start": 939640480,
            "stop": 939640495
        },
        {
            "start": 939640498,
            "stop": 939640538
        },
        {
            "start": 939640541,
            "stop": 939640592
        },
        {
            "start": 939640595,
            "stop": 939640691
        },
        {
            "start": 939640695,
            "stop": 939640698
        },
        {
            "start": 939640701,
            "stop": 939640731
        },
        {
            "start": 939640734,
            "stop": 939640771
        },
        {
            "start": 939640774,
            "stop": 939640865
        }
    ]
}