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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=157",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=155",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 156,
    "results": [
        {
            "start": 932477785,
            "stop": 932478335
        },
        {
            "start": 932478582,
            "stop": 932479215
        },
        {
            "start": 932479575,
            "stop": 932479665
        },
        {
            "start": 932479785,
            "stop": 932480250
        },
        {
            "start": 932480255,
            "stop": 932480873
        },
        {
            "start": 932480875,
            "stop": 932481425
        },
        {
            "start": 932481545,
            "stop": 932481988
        },
        {
            "start": 932482133,
            "stop": 932482794
        },
        {
            "start": 932482799,
            "stop": 932482815
        },
        {
            "start": 932483175,
            "stop": 932483648
        },
        {
            "start": 932483651,
            "stop": 932483658
        },
        {
            "start": 932483676,
            "stop": 932484713
        },
        {
            "start": 932484833,
            "stop": 932485073
        },
        {
            "start": 932485092,
            "stop": 932485769
        },
        {
            "start": 932485787,
            "stop": 932486006
        },
        {
            "start": 932486023,
            "stop": 932486415
        },
        {
            "start": 932486775,
            "stop": 932486864
        },
        {
            "start": 932492039,
            "stop": 932492051
        },
        {
            "start": 932492053,
            "stop": 932492170
        },
        {
            "start": 932492173,
            "stop": 932492216
        }
    ]
}