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=143
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=144",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=142",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 143,
    "results": [
        {
            "start": 932213175,
            "stop": 932213518
        },
        {
            "start": 932213520,
            "stop": 932214655
        },
        {
            "start": 932214775,
            "stop": 932214816
        },
        {
            "start": 932269258,
            "stop": 932269363
        },
        {
            "start": 932270775,
            "stop": 932271575
        },
        {
            "start": 932271577,
            "stop": 932272086
        },
        {
            "start": 932272147,
            "stop": 932273037
        },
        {
            "start": 932273157,
            "stop": 932273480
        },
        {
            "start": 932273483,
            "stop": 932273622
        },
        {
            "start": 932273624,
            "stop": 932273946
        },
        {
            "start": 932274006,
            "stop": 932274015
        },
        {
            "start": 932274375,
            "stop": 932274612
        },
        {
            "start": 932274732,
            "stop": 932275611
        },
        {
            "start": 932275613,
            "stop": 932276001
        },
        {
            "start": 932276003,
            "stop": 932277381
        },
        {
            "start": 932277384,
            "stop": 932277615
        },
        {
            "start": 932277975,
            "stop": 932278688
        },
        {
            "start": 932278693,
            "stop": 932281215
        },
        {
            "start": 932281575,
            "stop": 932282166
        },
        {
            "start": 932282168,
            "stop": 932282739
        }
    ]
}