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=7873
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=7874",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7872",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7873,
    "results": [
        {
            "start": 969891551,
            "stop": 969891576
        },
        {
            "start": 969891587,
            "stop": 969891589
        },
        {
            "start": 969891610,
            "stop": 969891612
        },
        {
            "start": 969891626,
            "stop": 969891973
        },
        {
            "start": 969891977,
            "stop": 969891987
        },
        {
            "start": 969891990,
            "stop": 969891999
        },
        {
            "start": 969892002,
            "stop": 969892019
        },
        {
            "start": 969892022,
            "stop": 969892024
        },
        {
            "start": 969892027,
            "stop": 969892071
        },
        {
            "start": 969892074,
            "stop": 969892075
        },
        {
            "start": 969892106,
            "stop": 969892118
        },
        {
            "start": 969892121,
            "stop": 969892165
        },
        {
            "start": 969892168,
            "stop": 969892303
        },
        {
            "start": 969892324,
            "stop": 969892359
        },
        {
            "start": 969892362,
            "stop": 969892573
        },
        {
            "start": 969892576,
            "stop": 969892643
        },
        {
            "start": 969892646,
            "stop": 969892763
        },
        {
            "start": 969892769,
            "stop": 969892798
        },
        {
            "start": 969892820,
            "stop": 969893255
        },
        {
            "start": 969893258,
            "stop": 969893374
        }
    ]
}